pry-singular 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
  SHA256:
3
- metadata.gz: c75aa78afd0eb10726226e37dddcff09d719b69f91203d90b76fd3a704661a34
4
- data.tar.gz: b10405eba526e3012b9306c928e73b39b7fb14f72ac621112fc622d5acaea150
3
+ metadata.gz: 8d6ec00ce74117dc92ae3eece1e4b30f37c24a0f73e997d1d802bbb096aa5fd0
4
+ data.tar.gz: 38cb789ee9ef95628706be3bd486c93ccb411af6c1cd1f46a3ec4586bb65f44e
5
5
  SHA512:
6
- metadata.gz: cc5097e0176833f2ddb0f0676ac24f7d964fecc94aa28e92222d1145efd74434cb3e2423c82e01c24cbf1652cd18955843531397b0bd24c28c27602408c16b60
7
- data.tar.gz: af801e36b23074fab2d7a751f8b7d86dd06e89bcf66325de2c36d6d0b96b2161c31227d0ce6bb2cbd94852fe4fee442385773318f64944962752fc55921f4aef
6
+ metadata.gz: fc50518f3f552af8389915a9fbd6357a8ac1aac7e5f02010fbba1a729d8677af7abed27cefd5961dd184530e211db791a732866035a2c8cd09de637c9beb1789
7
+ data.tar.gz: dd7ffb4fbacf7f35fbf33e21e42af72bf913cdc0bb87a6a7cb992f682db70fe821ae22707c674f69a88a2ab76aed70d3afdc62c6ec2af9774e4eeba459ffc4b8
@@ -1,3 +1,3 @@
1
1
  module PrySingular
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -13,16 +13,6 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = "https://github.com/QWYNG/pry-singular"
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["homepage_uri"] = spec.homepage
20
- spec.metadata["source_code_uri"] = "https://github.com/QWYNG/pry-singular"
21
- else
22
- raise "RubyGems 2.0 or newer is required to protect against " \
23
- "public gem pushes."
24
- end
25
-
26
16
  # Specify which files should be added to the gem when it is released.
27
17
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
28
18
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-singular
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
  - qwyng
@@ -89,9 +89,7 @@ files:
89
89
  homepage: https://github.com/QWYNG/pry-singular
90
90
  licenses:
91
91
  - MIT
92
- metadata:
93
- homepage_uri: https://github.com/QWYNG/pry-singular
94
- source_code_uri: https://github.com/QWYNG/pry-singular
92
+ metadata: {}
95
93
  post_install_message:
96
94
  rdoc_options: []
97
95
  require_paths: