Sha256: fcfaef56c4a57b9875c68d69565f926658f2084de848214a70062c6e5767f3b1
Contents?: true
Size: 973 Bytes
Versions: 1
Compression:
Stored size: 973 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |spec| spec.name = 'jawbit' spec.version = '0.0.2' spec.authors = ['Pat Allan'] spec.email = ['pat@freelancing-gods.com'] spec.summary = %q{Captures Fitbit and Jawbone subscription notifications.} spec.description = <<-DESC Handle Fitbit and Jawbone subscription notifications within a Rails or Rack app, and pass them on via ActiveSupport::Notifications. DESC spec.homepage = 'https://github.com/inspire9/jawbit' spec.license = 'MIT' spec.files = `git ls-files`.split("\n") spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_runtime_dependency 'activesupport', '>= 3.1.0' spec.add_runtime_dependency 'multi_json', '>= 1.3.0' spec.add_runtime_dependency 'rack' spec.add_development_dependency 'rack-test', '~> 0.6.2' spec.add_development_dependency 'rspec', '~> 3.0.0.beta2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jawbit-0.0.2 | jawbit.gemspec |