# -*- encoding: utf-8 -*- # stub: device_cloud 0.0.11 ruby lib Gem::Specification.new do |s| s.name = "device_cloud".freeze s.version = "0.0.11".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Erik Straub".freeze] s.date = "2013-08-15" s.description = "A Ruby wrapper for the Etherios Device Cloud".freeze s.email = ["erik@madgloryint.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "device_cloud.gemspec".freeze, "lib/device_cloud.rb".freeze, "lib/device_cloud/configuration.rb".freeze, "lib/device_cloud/push_notification.rb".freeze, "lib/device_cloud/push_notification/alert_notification.rb".freeze, "lib/device_cloud/push_notification/base_notification.rb".freeze, "lib/device_cloud/push_notification/data_notification.rb".freeze, "lib/device_cloud/push_notification/event_notification.rb".freeze, "lib/device_cloud/push_notification/message.rb".freeze, "lib/device_cloud/push_notification/message/file_data.rb".freeze, "lib/device_cloud/utils.rb".freeze, "lib/device_cloud/version.rb".freeze, "spec/device_cloud/push_notification/alert_notification_spec.rb".freeze, "spec/device_cloud/push_notification/base_notification_spec.rb".freeze, "spec/device_cloud/push_notification/data_notification_spec.rb".freeze, "spec/device_cloud/push_notification/event_notification_spec.rb".freeze, "spec/device_cloud/push_notification/message/file_data_spec.rb".freeze, "spec/device_cloud/push_notification/message_spec.rb".freeze, "spec/device_cloud/push_notification_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/version_spec.rb".freeze] s.homepage = "http://github.com/madgloryint/device_cloud".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby wrapper for the Etherios Device Cloud".freeze s.test_files = ["spec/device_cloud/push_notification/alert_notification_spec.rb".freeze, "spec/device_cloud/push_notification/base_notification_spec.rb".freeze, "spec/device_cloud/push_notification/data_notification_spec.rb".freeze, "spec/device_cloud/push_notification/event_notification_spec.rb".freeze, "spec/device_cloud/push_notification/message/file_data_spec.rb".freeze, "spec/device_cloud/push_notification/message_spec.rb".freeze, "spec/device_cloud/push_notification_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/version_spec.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q<bundler>.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<rspec>.freeze, [">= 0".freeze]) end