shurpa 0.1.0 → 0.1.5
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 +4 -4
- data/lib/shurpa/version.rb +1 -1
- data/shurpa.gemspec +0 -8
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: deed8979ef9ebc21ad52b25072d0599d48552b42
|
|
4
|
+
data.tar.gz: 84a4901801a5a1b72c022164c8282d7dcfd6ae30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ceab037e0ef9fe437eac1e2dc2bce4f8cf8380eafefc813e6407749d9fb7209f70352ee7d375758b3815c19fba04d8b5d154c83780a175bcf6be2cbe72ef64cc
|
|
7
|
+
data.tar.gz: cf43c57450855afc16509bf4e37520feb25521fdc59c3337e41e602dcd2a034f8369b989e8cd18e2e3d1960e3e066fc78ae777a53019fd451cd63cdd4721b781
|
data/lib/shurpa/version.rb
CHANGED
data/shurpa.gemspec
CHANGED
|
@@ -13,14 +13,6 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.homepage = "https://github.com/Shaneprrlt/Shurpa"
|
|
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
|
|
23
|
-
|
|
24
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
25
17
|
spec.bindir = "exe"
|
|
26
18
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shurpa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shane Perreault
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -162,8 +162,7 @@ files:
|
|
|
162
162
|
homepage: https://github.com/Shaneprrlt/Shurpa
|
|
163
163
|
licenses:
|
|
164
164
|
- MIT
|
|
165
|
-
metadata:
|
|
166
|
-
allowed_push_host: https://rubygems.org
|
|
165
|
+
metadata: {}
|
|
167
166
|
post_install_message:
|
|
168
167
|
rdoc_options: []
|
|
169
168
|
require_paths:
|
|
@@ -180,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
180
179
|
version: '0'
|
|
181
180
|
requirements: []
|
|
182
181
|
rubyforge_project:
|
|
183
|
-
rubygems_version: 2.
|
|
182
|
+
rubygems_version: 2.6.8
|
|
184
183
|
signing_key:
|
|
185
184
|
specification_version: 4
|
|
186
185
|
summary: A Simple Ruby Client for the Shurpa API.
|