submodule 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/submodule/version.rb +1 -1
- data/submodule.gemspec +1 -1
- metadata +3 -3
data/lib/submodule/version.rb
CHANGED
data/submodule.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = Submodule::VERSION
|
|
8
8
|
s.authors = ["stereobooster"]
|
|
9
9
|
s.email = ["stereobooster@gmail.com"]
|
|
10
|
-
s.homepage = ""
|
|
10
|
+
s.homepage = "https://github.com/stereobooster/submodule"
|
|
11
11
|
s.summary = %q{Small gem to simplify building process of gems with git submodules}
|
|
12
12
|
s.description = %q{Small gem to simplify building process of gems with git submodules. Tended to be used for ruby gems which wrap js libraries or another assets}
|
|
13
13
|
|
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
|
- stereobooster
|
|
@@ -61,7 +61,7 @@ files:
|
|
|
61
61
|
- lib/submodule/version.rb
|
|
62
62
|
- submodule.gemspec
|
|
63
63
|
has_rdoc: true
|
|
64
|
-
homepage:
|
|
64
|
+
homepage: https://github.com/stereobooster/submodule
|
|
65
65
|
licenses: []
|
|
66
66
|
|
|
67
67
|
post_install_message:
|