# -*- encoding: utf-8 -*- # stub: coop 1.1.1 ruby lib Gem::Specification.new do |s| s.name = "coop".freeze s.version = "1.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Evan Walsh".freeze] s.date = "2014-10-08" s.description = "Interact with the Co-op API with Ruby".freeze s.email = ["evan@massivedanger.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "README.md".freeze, "Rakefile".freeze, "coop.gemspec".freeze, "lib/coop.rb".freeze, "lib/coop/api_object.rb".freeze, "lib/coop/api_object/agenda.rb".freeze, "lib/coop/api_object/group.rb".freeze, "lib/coop/api_object/status.rb".freeze, "lib/coop/api_object/user.rb".freeze, "lib/coop/error.rb".freeze, "lib/coop/session.rb".freeze, "lib/coop/version.rb".freeze, "test/coop/api_object/test_agenda.rb".freeze, "test/coop/api_object/test_group.rb".freeze, "test/coop/api_object/test_status.rb".freeze, "test/coop/api_object/test_user.rb".freeze, "test/coop/test_api_object.rb".freeze, "test/coop/test_session.rb".freeze, "test/fixtures/agenda.json".freeze, "test/fixtures/groups.json".freeze, "test/fixtures/my_agenda.json".freeze, "test/fixtures/show_status.json".freeze, "test/fixtures/statuses.json".freeze, "test/fixtures/statuses_for_date.json".freeze, "test/fixtures/statuses_for_user.json".freeze, "test/fixtures/statuses_for_user_and_date.json".freeze, "test/fixtures/user.json".freeze, "test/fixtures/user_agendas.json".freeze, "test/fixtures/users.json".freeze, "test/test_coop.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/evanwalsh/coop".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Interact with the Co-op API with Ruby".freeze s.test_files = ["test/coop/api_object/test_agenda.rb".freeze, "test/coop/api_object/test_group.rb".freeze, "test/coop/api_object/test_status.rb".freeze, "test/coop/api_object/test_user.rb".freeze, "test/coop/test_api_object.rb".freeze, "test/coop/test_session.rb".freeze, "test/fixtures/agenda.json".freeze, "test/fixtures/groups.json".freeze, "test/fixtures/my_agenda.json".freeze, "test/fixtures/show_status.json".freeze, "test/fixtures/statuses.json".freeze, "test/fixtures/statuses_for_date.json".freeze, "test/fixtures/statuses_for_user.json".freeze, "test/fixtures/statuses_for_user_and_date.json".freeze, "test/fixtures/user.json".freeze, "test/fixtures/user_agendas.json".freeze, "test/fixtures/users.json".freeze, "test/test_coop.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.11.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.8.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.13.1".freeze]) end