mar 0.1 → 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/mar/version.rb +1 -1
- data/mar.gemspec +1 -1
- metadata +2 -2
data/lib/mar/version.rb
CHANGED
data/mar.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ You can either like python-style decorators, or you can hate them. Frankly, I
|
|
|
14
14
|
don't care which you choose. Me? I LIKE EM! So here ya go.
|
|
15
15
|
DESC
|
|
16
16
|
|
|
17
|
-
gem.homepage = 'https://github.com/
|
|
17
|
+
gem.homepage = 'https://github.com/colinta/mar'
|
|
18
18
|
|
|
19
19
|
gem.files = `git ls-files`.split($\)
|
|
20
20
|
gem.test_files = gem.files.grep(%r{^spec/})
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.2'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -31,7 +31,7 @@ files:
|
|
|
31
31
|
- lib/mar/version.rb
|
|
32
32
|
- mar.gemspec
|
|
33
33
|
- spec/test_mar.rb
|
|
34
|
-
homepage: https://github.com/
|
|
34
|
+
homepage: https://github.com/colinta/mar
|
|
35
35
|
licenses: []
|
|
36
36
|
post_install_message:
|
|
37
37
|
rdoc_options: []
|