respond_with 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.4
4
+
5
+ - Updated the version of serialize being used
6
+
3
7
  ### 0.0.3
4
8
 
5
9
  - Added support for setting status codes
@@ -1,3 +1,3 @@
1
1
  module RespondWith
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -17,5 +17,5 @@ Gem::Specification.new do |gem|
17
17
  gem.add_runtime_dependency "sinatra"
18
18
  gem.add_runtime_dependency "negotiator"
19
19
  gem.add_runtime_dependency "mime-types"
20
- gem.add_runtime_dependency "serialize", "~> 1.0.0"
20
+ gem.add_runtime_dependency "serialize", "~> 1.1.0"
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: respond_with
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-12 00:00:00.000000000 Z
12
+ date: 2012-07-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sinatra
@@ -66,7 +66,7 @@ dependencies:
66
66
  requirements:
67
67
  - - ~>
68
68
  - !ruby/object:Gem::Version
69
- version: 1.0.0
69
+ version: 1.1.0
70
70
  type: :runtime
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
@@ -74,7 +74,7 @@ dependencies:
74
74
  requirements:
75
75
  - - ~>
76
76
  - !ruby/object:Gem::Version
77
- version: 1.0.0
77
+ version: 1.1.0
78
78
  description: Make API responses hella simple
79
79
  email:
80
80
  - dane.harrigan@gmail.com