rubicure 0.2.8 → 0.2.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aeb46d28b213353aca4275c0ba741d98e086f55b
4
- data.tar.gz: c31f821d4ff1f92bc12ce35073d6e67189e0c1e4
3
+ metadata.gz: c7d21676c0280f3d970713086ddeb0244308a013
4
+ data.tar.gz: 34e1f7b4916180ed998734372e1bacff974f28bb
5
5
  SHA512:
6
- metadata.gz: 916d0c137b2b6df38054b8e62e0bbdf06fe765ddacd83e84725a3e90e9d822ac41b1df494cd7edfa3461b7f54c8b2d4901e7c23671c74ee27b323f730f3da170
7
- data.tar.gz: eb29d5cf2c5bf55f635db54a580306289ebd5e673ef899701f9535fafc5be7300ca64b1d5e8941583f782fdb4bf1f5107856b7ff8f5c6739a02591b03d69b6da
6
+ metadata.gz: a8123493a69512c6be4775e1624713036e03b8a121cedbb62905f3ef12d4511f081b6436f07d5b0ee6b1098b7f9d52898aeaa930d76a4537fb4fc83e53c5f973
7
+ data.tar.gz: 7f82ff8603ff4a8e2ae1df013da8458fae1cce4d93ec6b319efff73cb9f8e06f64428d04959fa15f8c659ca5a954d890975fcdbd31cac36b13432d1aa7d67691
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## master
2
- [full changelog](http://github.com/sue445/rubicure/compare/v0.2.8...master)
2
+ [full changelog](http://github.com/sue445/rubicure/compare/v0.2.8.1...master)
3
+
4
+ ## v0.2.8.1
5
+ [full changelog](http://github.com/sue445/rubicure/compare/v0.2.8...v0.2.8.1)
6
+
7
+ * Add to_json args
8
+ * https://github.com/sue445/rubicure/pull/84
3
9
 
4
10
  ## v0.2.8
5
11
  [full changelog](http://github.com/sue445/rubicure/compare/v0.2.7...v0.2.8)
@@ -57,7 +57,7 @@ module Rubicure
57
57
  end
58
58
  alias_method_chain :each, :girls
59
59
 
60
- def to_json
60
+ def to_json(*_args)
61
61
  original_hash = {}
62
62
  each_without_girls do |k, v|
63
63
  original_hash[k] = v
@@ -1,3 +1,3 @@
1
1
  module Rubicure
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.8.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubicure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445