git-cleaner 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/VERSION +1 -1
- data/git-cleaner.gemspec +2 -2
- data/lib/tasks/{git.rb → git.rake} +0 -0
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/git-cleaner.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "git-cleaner"
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Vokhmin Alexey V"]
|
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
|
|
|
27
27
|
"git-cleaner.gemspec",
|
|
28
28
|
"lib/git_cleaner.rb",
|
|
29
29
|
"lib/git_cleaner/railtie.rb",
|
|
30
|
-
"lib/tasks/git.
|
|
30
|
+
"lib/tasks/git.rake"
|
|
31
31
|
]
|
|
32
32
|
s.homepage = "http://github.com/avokhmin/git-cleaner"
|
|
33
33
|
s.licenses = ["MIT"]
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git-cleaner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Vokhmin Alexey V
|
|
@@ -98,7 +98,7 @@ files:
|
|
|
98
98
|
- git-cleaner.gemspec
|
|
99
99
|
- lib/git_cleaner.rb
|
|
100
100
|
- lib/git_cleaner/railtie.rb
|
|
101
|
-
- lib/tasks/git.
|
|
101
|
+
- lib/tasks/git.rake
|
|
102
102
|
homepage: http://github.com/avokhmin/git-cleaner
|
|
103
103
|
licenses:
|
|
104
104
|
- MIT
|