ruby_on_etags 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module RubyOnEtags
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Aleksei Gusev"]
10
10
  s.email = ["aleksei.gusev@gmail.com"]
11
- s.homepage = "https://github.com/hron/dotfiles"
11
+ s.homepage = "https://github.com/hron/ruby_on_etags"
12
12
  s.summary = "Automatic generation of TAGS for all ruby modules a project use."
13
13
  s.description = "Ruby on ETags is a set of rake tasks to help a developer keep TAGS file up to
14
14
  date."
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Aleksei Gusev
@@ -148,7 +148,7 @@ files:
148
148
  - spec/spec_helper.rb
149
149
  - tests.watchr
150
150
  has_rdoc: true
151
- homepage: https://github.com/hron/dotfiles
151
+ homepage: https://github.com/hron/ruby_on_etags
152
152
  licenses: []
153
153
 
154
154
  post_install_message: