artanis 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/artanis.gemspec +1 -1
  2. data/lib/artanis/version.rb +1 -1
  3. metadata +2 -2
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["ngauthier@gmail.com"]
7
7
  gem.description = %q{Reverses input}
8
8
  gem.summary = %q{Accepts input over the web and reverses it}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/ngauthier/artanis"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Artanis
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artanis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -61,7 +61,7 @@ files:
61
61
  - lib/artanis/version.rb
62
62
  - lib/artanis/views/index.erb
63
63
  - test/reverse_test.rb
64
- homepage: ''
64
+ homepage: https://github.com/ngauthier/artanis
65
65
  licenses: []
66
66
  post_install_message:
67
67
  rdoc_options: []