# -*- encoding: utf-8 -*- # stub: openaustralia 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "openaustralia".freeze s.version = "1.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Henare Degan".freeze, "Alex Cooper".freeze, "Martin Feckie".freeze] s.date = "2014-07-20" s.description = "OpenAustralia API".freeze s.email = ["henare.degan@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGES.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "lib/openaustralia.rb".freeze, "lib/openaustralia/api.rb".freeze, "lib/openaustralia/comments.rb".freeze, "lib/openaustralia/debates.rb".freeze, "lib/openaustralia/divisions.rb".freeze, "lib/openaustralia/hansard.rb".freeze, "lib/openaustralia/representatives.rb".freeze, "lib/openaustralia/search_info.rb".freeze, "lib/openaustralia/senators.rb".freeze, "lib/openaustralia/version.rb".freeze, "openaustralia.gemspec".freeze, "test/comments.xml".freeze, "test/debate_search_reps.xml".freeze, "test/debate_search_senate.xml".freeze, "test/division_search_2077.xml".freeze, "test/hansard_utegate_search.xml".freeze, "test/nsw_senators.xml".freeze, "test/representative_abbott.xml".freeze, "test/representatives_search_andrew.xml".freeze, "test/senator_steve_hutchison.xml".freeze, "test/test_api.rb".freeze, "test/test_helper.rb".freeze, "test/test_parse.rb".freeze, "test/test_res.xml".freeze] s.homepage = "https://github.com/henare/openaustralia-api/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby wrapper for the OpenAustralia API".freeze s.test_files = ["test/comments.xml".freeze, "test/debate_search_reps.xml".freeze, "test/debate_search_senate.xml".freeze, "test/division_search_2077.xml".freeze, "test/hansard_utegate_search.xml".freeze, "test/nsw_senators.xml".freeze, "test/representative_abbott.xml".freeze, "test/representatives_search_andrew.xml".freeze, "test/senator_steve_hutchison.xml".freeze, "test/test_api.rb".freeze, "test/test_helper.rb".freeze, "test/test_parse.rb".freeze, "test/test_res.xml".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end