modgen 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.
Files changed (3) hide show
  1. data/lib/modgen/version.rb +1 -1
  2. data/modgen.gemspec +1 -1
  3. metadata +3 -3
@@ -1,3 +1,3 @@
1
1
  module Modgen
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ["moravcik.ondrej@gmail.com"]
12
12
  spec.description = %q{Modgen allow discover and use modgen's API}
13
13
  spec.summary = %q{Gem for using modgen's API}
14
- spec.homepage = ""
14
+ spec.homepage = "https://github.com/ondra-m/modgen"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-14 00:00:00.000000000 Z
12
+ date: 2013-05-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday
@@ -195,7 +195,7 @@ files:
195
195
  - test_api/script/rails
196
196
  - test_api/test/fixtures/users.yml
197
197
  - test_api/test/unit/user_test.rb
198
- homepage: ''
198
+ homepage: https://github.com/ondra-m/modgen
199
199
  licenses:
200
200
  - MIT
201
201
  post_install_message: