sku_generator 0.0.1 → 0.0.2
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.
- data/lib/sku_generator/version.rb +1 -1
- data/sku_generator.gemspec +1 -1
- metadata +5 -5
data/sku_generator.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["pavan.agrawala@gmail.com"]
|
|
11
11
|
spec.summary = %q{This tool will generate sku (stock keeping unit) for e-commerce application}
|
|
12
12
|
spec.description = %q{It takes the advantage of models and its associations to make it decodable unique over the application.}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/pavanagrawal/sku_generator"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.0.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Pavan Agrawal
|
|
@@ -63,7 +63,7 @@ files:
|
|
|
63
63
|
- lib/sku_generator/version.rb
|
|
64
64
|
- sku_generator.gemspec
|
|
65
65
|
has_rdoc: true
|
|
66
|
-
homepage:
|
|
66
|
+
homepage: https://github.com/pavanagrawal/sku_generator
|
|
67
67
|
licenses:
|
|
68
68
|
- MIT
|
|
69
69
|
post_install_message:
|
|
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
76
76
|
requirements:
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
hash:
|
|
79
|
+
hash: 1073586963
|
|
80
80
|
segments:
|
|
81
81
|
- 0
|
|
82
82
|
version: "0"
|
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
85
85
|
requirements:
|
|
86
86
|
- - ">="
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
|
-
hash:
|
|
88
|
+
hash: 1073586963
|
|
89
89
|
segments:
|
|
90
90
|
- 0
|
|
91
91
|
version: "0"
|