Skip to content

Commit

Permalink
new version of gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Chechel committed Oct 15, 2014
1 parent 5d7e615 commit f72195d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions ruby-nfc.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'ruby-nfc'
s.version = '1.0.0'
s.version = '1.1.0'
s.date = '2014-10-01'
s.summary = "Provides NFC functionality for Ruby"
s.description = <<-EOF
Expand All @@ -24,7 +24,8 @@ Gem::Specification.new do |s|
"./lib/ruby-nfc/libnfc.rb",
"./lib/ruby-nfc/apdu/apdu.rb",
"./lib/ruby-nfc/apdu/request.rb",
"./lib/ruby-nfc/apdu/response.rb"
"./lib/ruby-nfc/apdu/response.rb",
"./LICENSE"
]

s.homepage = 'https://github.com/maximchick/ruby-nfc'
Expand All @@ -35,9 +36,9 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'ffi'
s.add_development_dependency 'minitest'

s.post_install_message = [
"Don't forget to install libnfc and libfreefare",
"see installation instructions here: ",
" https://github.com/maximchick/ruby-nfc"
].join("\n")
s.post_install_message = <<-EOS
Don't forget to install libnfc and libfreefare
see installation instructions here:
https://github.com/maximchick/ruby-nfc
EOS
end

0 comments on commit f72195d

Please sign in to comment.