-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stephen von Takach
committed
Jul 6, 2016
1 parent
854a92c
commit 6fe6702
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
source 'https://rubygems.org' | ||
gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Gem::Specification.new do |s| | ||
s.name = 'ffi-compiler' | ||
s.version = '0.1.3' | ||
s.version = '1.0.0' | ||
s.author = 'Wayne Meissner' | ||
s.email = '[email protected]' | ||
s.homepage = 'http://wiki.github.com/ffi/ffi' | ||
s.summary = 'Ruby FFI Rakefile generator' | ||
s.description = 'Ruby FFI library' | ||
s.files = %w(ffi-compiler.gemspec README.md Rakefile LICENSE) + Dir.glob("{lib,spec}/**/*") | ||
s.files = %w(ffi-compiler.gemspec Gemfile Rakefile README.md LICENSE) + Dir.glob("{lib,spec}/**/*") | ||
s.has_rdoc = false | ||
s.license = 'Apache 2.0' | ||
s.required_ruby_version = '>= 1.9' | ||
|