challenge 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 +4 -4
- data/challenge.gemspec +1 -1
- data/lib/challenge/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '08983933861205e427f4efc23dfa9be6225188f57509ba2fcae970b927555d53'
|
|
4
|
+
data.tar.gz: 6074db712c3cfd8bf03c613b819728d3ff643de0334d86e4c9f3df5720d4343c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e10e4e8f73149e35f3f370f3a488cde39c6c0bfb2114cf783b8d48f82eeb728892e93501c0eb2ba0664d908128b5cacfc2b36c3f044cb479593ef77b57586635
|
|
7
|
+
data.tar.gz: 8719745439b71c7116666d74020cfbe54ab21aa1936aace196a12f4e79e3871890e2c66cf8e9d4f1101710a44e5f2643726ad2be2dc1fea900a647bc78dbc29c
|
data/challenge.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = %q{Ruby gem to discover economical and distributed distributer partners using input.csv, capacities.csv and partners.csv.}
|
|
12
12
|
spec.description = %q{A fun ruby gem to discover economical and distributed distributer partners.}
|
|
13
|
-
spec.homepage = "https://github.com/shanmugavela/challenge
|
|
13
|
+
spec.homepage = "https://github.com/shanmugavela/challenge"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
data/lib/challenge/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: challenge
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shanmugavel Arunachalam
|
|
@@ -90,14 +90,14 @@ files:
|
|
|
90
90
|
- lib/helper.rb
|
|
91
91
|
- lib/partner.rb
|
|
92
92
|
- lib/theatre.rb
|
|
93
|
-
homepage: https://github.com/shanmugavela/challenge
|
|
93
|
+
homepage: https://github.com/shanmugavela/challenge
|
|
94
94
|
licenses:
|
|
95
95
|
- MIT
|
|
96
96
|
metadata:
|
|
97
97
|
allowed_push_host: https://rubygems.org
|
|
98
|
-
homepage_uri: https://github.com/shanmugavela/challenge
|
|
99
|
-
source_code_uri: https://github.com/shanmugavela/challenge
|
|
100
|
-
changelog_uri: https://github.com/shanmugavela/challenge
|
|
98
|
+
homepage_uri: https://github.com/shanmugavela/challenge
|
|
99
|
+
source_code_uri: https://github.com/shanmugavela/challenge
|
|
100
|
+
changelog_uri: https://github.com/shanmugavela/challenge
|
|
101
101
|
post_install_message:
|
|
102
102
|
rdoc_options: []
|
|
103
103
|
require_paths:
|