Skip to content

Commit

Permalink
Gemspec update.
Browse files Browse the repository at this point in the history
  • Loading branch information
andec committed Aug 7, 2012
1 parent 7687c6e commit d553670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,2 +1,2 @@
*.gem
*~
*~
6 changes: 3 additions & 3 deletions i2c.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'i2c'
s.version = '0.0.2'
s.version = '0.1.0'
s.date = '2012-08-03'
s.summary = "I2C access library."
s.description = "Interface to Linux I2C (a.k.a. TWI) implementations."
Expand All @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
"lib/i2c/i2c.rb",
"lib/i2c/backends/i2c-dev.rb",
"lib/i2c/drivers/mcp17026.rb",
"test//mcp17026_spec.rb",
"rules/88-i2c.rules"]
s.homepage = 'https://github.com/andec/i2c'
# s.homepage = 'http://rubygems.org/gems/i2c'
end
end

0 comments on commit d553670

Please sign in to comment.