subsurface 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: 1465695dfb219a8e4cc1c32a3d71ecf8d5329b7cb19c9f0d29758e472a882eaa
4
- data.tar.gz: 2680a772f23a8dcb8394ecf86a795c1a270d27affab45a118125c45cddb0795a
3
+ metadata.gz: ee30d5fe7250d940c620fd0c9c64d84ed67bc46d130d27fd576d95d1c7ff4e94
4
+ data.tar.gz: df0a6e365b70c9bf7d64b0145155983030235fe45d0d4e40643cfebb5a21ff36
5
5
  SHA512:
6
- metadata.gz: a4c57df9cbcb7f7e0addd118fffcee7f26dc79e43f76b0a9b1d697d8a584c2ef2943d8dd9495d7296277563df1f24c84ed5355954af80f7b47ba8c8b5043d206
7
- data.tar.gz: 38d909ed68fd1c609bf5a3e91c8cf78b29db50d5345d626e571a6a21e35533cf7f4bb9e84de7e08ce94a4f4b0a7a4168a0098ea6b981cd00f9fd06891639a53f
6
+ metadata.gz: f79dee4119a01c9d651d149116680ea84ff12a754c8e4e11bbca664a05ec68771a6a1561a06a4efc9b8ce2174d5f6f80d9ffb1d04664cbe20f023dd715e1f782
7
+ data.tar.gz: 2ca2efd48de4346530dc72abf5f39006fc8138b95f85f762cc810360abbf265b0d9c61ceac34b5bb1a56ecc3f9f2c43e33fd87e656d9bc2b9b3c9a7188cc8d99
data/.gitignore CHANGED
@@ -11,3 +11,4 @@
11
11
 
12
12
  # rspec failure tracking
13
13
  .rspec_status
14
+ *.gem
data/README.md CHANGED
@@ -25,7 +25,7 @@ where file is an instance of `Nokogiri::XML`
25
25
 
26
26
  ## Contributing
27
27
 
28
- Bug reports and pull requests are welcome on GitHub at https://github.com/shrikantpatnaik/subsurface. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
28
+ Bug reports and pull requests are welcome on GitHub at https://github.com/shrikantpatnaik/subsurface-gem. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
29
29
 
30
30
  ## License
31
31
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Subsurface
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = 'Convert SSRF to Ruby models'
14
14
  spec.description = 'Easy way to use Subsurface exports in ruby'
15
- spec.homepage = 'https://github.com/shrikantpatnaik/subsurface'
15
+ spec.homepage = 'https://github.com/shrikantpatnaik/subsurface-gem'
16
16
  spec.license = 'MIT'
17
17
 
18
18
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subsurface
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
  - Shrikant Patnaik
@@ -99,7 +99,7 @@ files:
99
99
  - lib/subsurface/sample.rb
100
100
  - lib/subsurface/version.rb
101
101
  - subsurface.gemspec
102
- homepage: https://github.com/shrikantpatnaik/subsurface
102
+ homepage: https://github.com/shrikantpatnaik/subsurface-gem
103
103
  licenses:
104
104
  - MIT
105
105
  metadata: {}