entity_responder 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["jason@lessonplanet.com"]
11
11
  spec.description = %q{A Rails responder that returns an entity in the response body rather than the :no_content header.}
12
12
  spec.summary = %q{A Rails responder that returns an entity in the response body rather than the :no_content header.}
13
- spec.homepage = ""
13
+ spec.homepage = 'https://github.com/LessonPlanet/entity_responder'
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -2,7 +2,7 @@ module EntityResponder
2
2
  module VERSION
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- PATCH = 0
5
+ PATCH = 1
6
6
  STAGE = nil
7
7
 
8
8
  def self.to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: entity_responder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -94,7 +94,7 @@ files:
94
94
  - lib/responders/entity_responder.rb
95
95
  - test/entity_responder_test.rb
96
96
  - test/test_helper.rb
97
- homepage: ''
97
+ homepage: https://github.com/LessonPlanet/entity_responder
98
98
  licenses:
99
99
  - MIT
100
100
  post_install_message: