modular 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/modular/version.rb +1 -1
- data/modular.gemspec +1 -1
- metadata +4 -4
data/lib/modular/version.rb
CHANGED
data/modular.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Alex Rozumiy"]
|
10
10
|
s.email = ["brain-geek@yandex.ua"]
|
11
|
-
s.homepage = "
|
11
|
+
s.homepage = "https://github.com/brain-geek/modular"
|
12
12
|
s.summary = %q{This gem provides functionality for modular frontend layout}
|
13
13
|
s.description = %q{This gem provides functionality for modular frontend layout}
|
14
14
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: modular
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 2
|
10
|
+
version: 0.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alex Rozumiy
|
@@ -172,7 +172,7 @@ files:
|
|
172
172
|
- spec/spec_helper.rb
|
173
173
|
- templates/layout.erb
|
174
174
|
has_rdoc: true
|
175
|
-
homepage:
|
175
|
+
homepage: https://github.com/brain-geek/modular
|
176
176
|
licenses: []
|
177
177
|
|
178
178
|
post_install_message:
|