Sha256: e1d3ce63104f4fbf4fe1f1330f6a06850adbca07462f84f8b4628dad49521fe6
Contents?: true
Size: 1.95 KB
Versions: 1
Compression:
Stored size: 1.95 KB
Contents
Gem::Specification.new do |s| s.name = "restful" s.version = "0.2.10" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Daniel Bornkessel", "Rany Keddo"] s.date = "2009-08-11" s.email = "M4SSIVE@m4ssive.com" s.extra_rdoc_files = %w{ README.markdown } s.files = %w{ CHANGES.markdown init.rb lib/restful/apimodel/attribute.rb lib/restful/apimodel/collection.rb lib/restful/apimodel/link.rb lib/restful/apimodel/map.rb lib/restful/apimodel/resource.rb lib/restful/converters/active_record.rb lib/restful/rails/action_controller.rb lib/restful/rails/active_record/configuration.rb lib/restful/rails/active_record/metadata_tools.rb lib/restful/rails.rb lib/restful/serializers/atom_like_serializer.rb lib/restful/serializers/base.rb lib/restful/serializers/hash_serializer.rb lib/restful/serializers/json_serializer.rb lib/restful/serializers/params_serializer.rb lib/restful/serializers/xml_serializer.rb lib/restful.rb LICENSE.markdown rails/init.rb Rakefile README.markdown restful.gemspec test/converters/active_record_converter_test.rb test/converters/basic_types_converter_test.rb test/fixtures/models/paginated_collection.rb test/fixtures/models/person.rb test/fixtures/models/pet.rb test/fixtures/models/wallet.rb test/fixtures/people.json.yaml test/fixtures/people.xml.yaml test/fixtures/pets.json.yaml test/fixtures/pets.xml.yaml test/rails/active_record_metadata_test.rb test/rails/configuration_test.rb test/rails/restful_publish_test.rb test/serializers/atom_serializer_test.rb test/serializers/json_serializer_test.rb test/serializers/params_serializer_test.rb test/serializers/xml_serializer_test.rb test/test_helper.rb TODO.markdown } s.has_rdoc = true s.rdoc_options = ["--line-numbers", "--inline-source"] s.homepage = "http://github.com/M4SSIVE/restful" s.require_paths = %w{ lib } s.requirements = %w{ brianmario-yajl-ruby } s.rubygems_version = "1.3.1" s.summary = "api niceness. " end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
purzelrakete-restful-0.2.10 | restful.gemspec |