LJ_RPS 0.1.0 → 0.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
  SHA1:
3
- metadata.gz: 043183dfd4ddf4c5002b613fb7f6a7a96e7c12ed
4
- data.tar.gz: b35201498565c7254909e02b1482be29644a1bb3
3
+ metadata.gz: 00475554bc494630468142f593c13ef5e11bdd97
4
+ data.tar.gz: 93c676046ff8c9e1427a203073d05fa2a8c03bff
5
5
  SHA512:
6
- metadata.gz: 80ad42f8beafb6b4dd92c7c011817df90954bb5f5ded3e94309b3cb354f426f6308c7be5d9481c80ca2f82cc1775a92a418d2f7554792051766066eeab1e9a8f
7
- data.tar.gz: b4317c95b0eeab752afec60a09dc2e0a34a0cdb7c54a0415754027e9f55db6544733b4190371bc8587bba7f92aea5f9ec84235bf9542a92947e86f9cb61bbc0a
6
+ metadata.gz: fb6f705f7c63bb3e3e7aeed1ba9dad8103f52549f28dd4826e8a7be8551c3a74b8db89309bcb1f63c576f48686898bb3ba66f6bb82069f63be015c2ee2142f78
7
+ data.tar.gz: cf3601e2f4cfc985e0d516c6a949f27e7eafee4a53e1d36adc63bcb28291353ca664190bfe355b004e10ea4ae6de0047cf175e89a291b7d5cbe754b246c03186
data/LJ_RPS.gemspec CHANGED
@@ -13,13 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = "https://github.com/luke-schleicher/LJ_RPS"
14
14
  spec.license = "MIT"
15
15
 
16
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
- # to allow pushing to a single host or delete this section to allow pushing to any host.
18
- if spec.respond_to?(:metadata)
19
- spec.metadata['allowed_push_host'] = "https://rubygems.org"
20
- else
21
- raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
22
- end
16
+
23
17
 
24
18
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
19
  spec.bindir = "exe"
@@ -1,3 +1,3 @@
1
1
  module LJRPS
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: LJ_RPS
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - luke-schleicher
@@ -58,8 +58,7 @@ files:
58
58
  homepage: https://github.com/luke-schleicher/LJ_RPS
59
59
  licenses:
60
60
  - MIT
61
- metadata:
62
- allowed_push_host: https://rubygems.org
61
+ metadata: {}
63
62
  post_install_message:
64
63
  rdoc_options: []
65
64
  require_paths: