js_obj 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/js_obj/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 842a71a039e8b87da31ccbc3e70047c4a0937169
4
- data.tar.gz: f8eefc01b0ade7d27da8a244feb4b71a604dd69a
3
+ metadata.gz: ed95e986ee51e639fb030509e3485caabf0a9866
4
+ data.tar.gz: 9c040517f3833500c5cfbadc7be219387c569695
5
5
  SHA512:
6
- metadata.gz: d0f0ec516b49dfe55a9efa2bcd4a88afc632e00612fe96a1a4c4a74e1eb2aa45fa564d0951fc65e61cbd2dc86762fcc18f8a4f63dcecc28a674ccea4085b80b3
7
- data.tar.gz: 029c1f5e6aa97e3a34c269639132ebc3c46dab9de8520ef5d02b3dc92f6fc0bb463f45a609fef2f9c21c99c27b2d6c5bd8b4b6142e96e37998135e05773b7820
6
+ metadata.gz: 041ef102f7b9d78358722deff3b748da78d6dd9d08010f4f6c9cc68228e152ab139288fb5f082c4ddf172b81abbce54bdc3e87c34d7d77b2adcd7ff6d03c0e62
7
+ data.tar.gz: fb1d6523129c5247572478d8e94f828deea6e10ce68cfbcb5905e46ba6cacc8cbb55cbc34849466424486c5ace1466358b0240dcf2f502214caa2237078b34e4
data/README.md CHANGED
@@ -59,7 +59,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
59
59
 
60
60
  ## Contributing
61
61
 
62
- Bug reports and pull requests are welcome on GitHub at https://github.com/nwtgck/js_obj. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
62
+ Bug reports and pull requests are welcome on GitHub at https://github.com/nwtgck/ruby_js_obj. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
63
63
 
64
64
 
65
65
  ## License
@@ -1,3 +1,3 @@
1
1
  module JsObj
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: js_obj
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Ota