tiny_serializer 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8b7b819fb9b7fff1b8108431e84fd6ef2b1c25446622b6fff24494a385c18de
4
- data.tar.gz: e81698b39cc4abc52c8fde6fdb4f0e3263bccb12f41628ea6e958f1ece36276d
3
+ metadata.gz: dbe462c6dbe40d91fe9ae60add36fe9bbb9908fe0f3376333f67158e18e7cfeb
4
+ data.tar.gz: 340ba976b92672c227fc1fcaeff0389c4042694d69a73404a91d03ea8157c55d
5
5
  SHA512:
6
- metadata.gz: fc41de259e53ab6a5fab14a2c9477c424be108fbab4b5b3790089348f274ec12822abc96c1af51d93c8d1878a2d5ebd3a089626c576a22afebfd67d3a6171f2d
7
- data.tar.gz: 236c8a0f47d29f173143f4949f66a92371c49cd6689c479a06ec564845b368f03e1002870a9b559377093510518ec317f212814a7d1acd5bdb652180a2f76aa3
6
+ metadata.gz: 3e52dbb13f24fab250d1c324703a270e8edab80352333b1396d50ff372bba713e75e432808f53847952d3216751baaefddf338e3e2ca886cad5904cc6023a196
7
+ data.tar.gz: 86f475f7004c60b933170c71749f9c1e875e52c4e68033f9e97d5b5fdcfc2a87fb40184ff87772f82fea233fde06fcc49726933f64d412b56e1a7cd5a84fee14
data/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
- # SimpleSerializer Change Log
1
+ # TinySerializer Change Log
2
+
3
+ ## 2.1.1
4
+
5
+ * Remove debug statement from mock_rails.rb.
6
+ * Update homepage url in gemspec.
2
7
 
3
8
  ## 2.1.0
4
9
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tiny_serializer (2.1.0)
4
+ tiny_serializer (2.1.1)
5
5
  activesupport (>= 4.2)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class TinySerializer
4
- VERSION = "2.1.0"
4
+ VERSION = "2.1.1"
5
5
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Tiny Ruby JSON Serialization DSL}
13
13
  # spec.description = %q{TODO: Write a longer description or delete this line.}
14
- spec.homepage = "https://github.com/wmakley/simple_serializer.git"
14
+ spec.homepage = "https://github.com/wmakley/tiny_serializer.git"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiny_serializer
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Makley
@@ -93,7 +93,7 @@ files:
93
93
  - lib/tiny_serializer/rails_extensions.rb
94
94
  - lib/tiny_serializer/version.rb
95
95
  - tiny_serializer.gemspec
96
- homepage: https://github.com/wmakley/simple_serializer.git
96
+ homepage: https://github.com/wmakley/tiny_serializer.git
97
97
  licenses:
98
98
  - MIT
99
99
  metadata: {}