sandoz 0.1.1 → 0.1.3
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/.gitignore +3 -0
- data/Gemfile.lock +1 -1
- data/lib/sandoz/version.rb +1 -1
- data/sandoz.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a9ec60551ec13d4abeea0e08797a8656211bfb9
|
4
|
+
data.tar.gz: b613c72fbf9c86950010de5174d039bd0118d8c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0944d643c059b3d4681f645a2a5d78f504f587894eae76b93eb04589fd0cbd1565e12b1a97121af4dcc47497d8d10d6f15dc3d8ba36e1e360c0c0339db1d58ea
|
7
|
+
data.tar.gz: 5b52d20b3a166258e226f31c29d3ac370f21beabc78b6ed330fb92d0d858c31fb389e4ee7eb799a4639fc0a78e2cf05b81ce9f1bc7258b750b1be282b9dfd5bc
|
data/.gitignore
ADDED
data/Gemfile.lock
CHANGED
data/lib/sandoz/version.rb
CHANGED
data/sandoz.gemspec
CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
18
18
|
# delete this section to allow pushing this gem to any host.
|
19
19
|
if spec.respond_to?(:metadata)
|
20
|
-
spec.metadata['allowed_push_host'] = "https://rubygems.org
|
20
|
+
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
21
21
|
else
|
22
22
|
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
23
23
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sandoz
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hswick
|
@@ -45,6 +45,7 @@ executables: []
|
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
+
- ".gitignore"
|
48
49
|
- CODE_OF_CONDUCT.md
|
49
50
|
- Gemfile
|
50
51
|
- Gemfile.lock
|
@@ -60,7 +61,7 @@ homepage: https://github.com/hswick/sandoz
|
|
60
61
|
licenses:
|
61
62
|
- MIT
|
62
63
|
metadata:
|
63
|
-
allowed_push_host: https://rubygems.org
|
64
|
+
allowed_push_host: https://rubygems.org
|
64
65
|
post_install_message:
|
65
66
|
rdoc_options: []
|
66
67
|
require_paths:
|