Skip to content

Commit

Permalink
bump version and add gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen von Takach committed Jul 6, 2016
1 parent 854a92c commit 6fe6702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gemspec
4 changes: 2 additions & 2 deletions ffi-compiler.gemspec
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'
Expand Down

0 comments on commit 6fe6702

Please sign in to comment.