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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1626a749453892cc6fe04d3af84ad4f75af7e82c
4
- data.tar.gz: 887599e7bda8962852e6c18f8c969fd5e8a52b64
3
+ metadata.gz: 3a9ec60551ec13d4abeea0e08797a8656211bfb9
4
+ data.tar.gz: b613c72fbf9c86950010de5174d039bd0118d8c1
5
5
  SHA512:
6
- metadata.gz: 88c3519e48a12185b7327509ae6461598b7cbc4baf72c13eb26e464e183ee5c4118504b4d6af134e135d0f533e1f32513d9567f27f063a2dcfe25347f92e2f02
7
- data.tar.gz: 9ca8db48f8efa6c646e5285388bb43ebb94c21e7c6bd104397231463cc7cad969da2518446f7a1dcca79319c29765f5fa86cce069dd3c20dcdb78f492c5836c8
6
+ metadata.gz: 0944d643c059b3d4681f645a2a5d78f504f587894eae76b93eb04589fd0cbd1565e12b1a97121af4dcc47497d8d10d6f15dc3d8ba36e1e360c0c0339db1d58ea
7
+ data.tar.gz: 5b52d20b3a166258e226f31c29d3ac370f21beabc78b6ed330fb92d0d858c31fb389e4ee7eb799a4639fc0a78e2cf05b81ce9f1bc7258b750b1be282b9dfd5bc
@@ -0,0 +1,3 @@
1
+ *.DS_Store
2
+ Gemfile.lock
3
+ /pkg
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sandoz (0.1.1)
4
+ sandoz (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module Sandoz
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -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.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: