Skip to content

Commit

Permalink
Gemfile now refers to .gemspec; version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ClockVapor committed Jan 8, 2015
1 parent 2a4a734 commit 40a5b1b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'rpi_gpio'
s.version = '0.1.2'
s.version = '0.1.3'
s.licenses = ['MIT']
s.summary = 'Ruby conversion of RPi.GPIO Python module'
s.description = s.summary
Expand All @@ -10,4 +10,6 @@ Gem::Specification.new do |s|
s.files = Dir.glob(["{lib,ext}/**/*", 'Gemfile*', 'Rakefile',
'LICENSE', 'README.md'])
s.homepage = 'https://github.com/ClockVapor/rpi_gpio'
s.add_development_dependency 'rake-compiler'
end

3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source "https://rubygems.org"

gem 'rake-compiler'
gemspec

8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
PATH
remote: .
specs:
rpi_gpio (0.1.2)

GEM
remote: https://rubygems.org/
specs:
rake (10.4.2)
rake-compiler (0.9.4)
rake-compiler (0.9.5)
rake

PLATFORMS
ruby

DEPENDENCIES
rake-compiler
rpi_gpio!
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#rpi_gpio v0.1.2
#rpi_gpio v0.1.3

Ruby conversion of [RPi.GPIO Python module](https://pypi.python.org/pypi/RPi.GPIO)

Expand Down

0 comments on commit 40a5b1b

Please sign in to comment.