ruby_on_etags 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.
- data/lib/ruby_on_etags/version.rb +1 -1
- data/ruby_on_etags.gemspec +1 -1
- metadata +3 -3
data/ruby_on_etags.gemspec
CHANGED
|
@@ -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/
|
|
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
|
-
-
|
|
9
|
-
version: 0.0.
|
|
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/
|
|
151
|
+
homepage: https://github.com/hron/ruby_on_etags
|
|
152
152
|
licenses: []
|
|
153
153
|
|
|
154
154
|
post_install_message:
|