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.
Files changed (3) hide show
  1. data/lib/mar/version.rb +1 -1
  2. data/mar.gemspec +1 -1
  3. metadata +2 -2
@@ -1,3 +1,3 @@
1
1
  module Mar
2
- Version = '0.1'
2
+ Version = '0.2'
3
3
  end
@@ -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/rubymotion/mar'
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.1'
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/rubymotion/mar
34
+ homepage: https://github.com/colinta/mar
35
35
  licenses: []
36
36
  post_install_message:
37
37
  rdoc_options: []