js_obj 1.0.4 → 1.0.5

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: 0fb1bd7902d821e464fe6bbe45ff5b1230e9b317
4
- data.tar.gz: ebd69df40dc4f07b8eab4682b517b6511d690532
3
+ metadata.gz: 842a71a039e8b87da31ccbc3e70047c4a0937169
4
+ data.tar.gz: f8eefc01b0ade7d27da8a244feb4b71a604dd69a
5
5
  SHA512:
6
- metadata.gz: a4113c3ca76736b32dea42587dea202138a2bfaf4a46ec861c1414b52f466d792e87a3dba730987f6c1f478c36e82e17d0150e2be3ee16ae752f3d3532fe067c
7
- data.tar.gz: 9c0c46289e3fcbfa9583c1f6bcc3578884b98f09a92e4f4cff47576466d1a2cf48aaf0b0158db22e2a7a3363cce52ff7c92eda6f731ebedc36fd8039412f131d
6
+ metadata.gz: d0f0ec516b49dfe55a9efa2bcd4a88afc632e00612fe96a1a4c4a74e1eb2aa45fa564d0951fc65e61cbd2dc86762fcc18f8a4f63dcecc28a674ccea4085b80b3
7
+ data.tar.gz: 029c1f5e6aa97e3a34c269639132ebc3c46dab9de8520ef5d02b3dc92f6fc0bb463f45a609fef2f9c21c99c27b2d6c5bd8b4b6142e96e37998135e05773b7820
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/[USERNAME]/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/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.4"
2
+ VERSION = "1.0.5"
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.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Ota