tamashii-agent.gemspec in tamashii-agent-0.3.0 vs tamashii-agent.gemspec in tamashii-agent-0.3.1

- old
+ new

@@ -9,11 +9,11 @@ spec.authors = ["蒼時弦也", "Liang-Chi Tseng", "五倍紅寶石"] spec.email = ["elct9620@frost.tw", "lctseng@cs.nctu.edu.tw", "hi@5xruby.tw"] spec.summary = %q{The agent module for RubyConfTW checkin system.} spec.description = %q{The agent module for RubyConfTW checkin system.} - spec.homepage = "https://github.com/5xruby/tamashii-agent" + spec.homepage = "https://github.com/tamashii-io/tamashii-agent" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. if spec.respond_to?(:metadata) #spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'" @@ -38,14 +38,15 @@ spec.add_development_dependency "timecop" spec.add_development_dependency "pry" spec.add_runtime_dependency "tamashii-common", ">=0.1.6" - spec.add_runtime_dependency "tamashii-client" + spec.add_runtime_dependency "tamashii-client", ">=0.1.2" spec.add_runtime_dependency "websocket-driver" spec.add_runtime_dependency "nio4r" spec.add_runtime_dependency "pi_piper" - spec.add_runtime_dependency "tamashii-mfrc522" + spec.add_runtime_dependency "tamashii-mfrc522", ">=1.0.8" + spec.add_runtime_dependency "tamashii-nfc" spec.add_runtime_dependency "i2c" spec.add_runtime_dependency "aasm" spec.add_runtime_dependency "concurrent-ruby" end