kasoba 0.0.1 → 0.0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/kasoba.gemspec +1 -1
- data/lib/kasoba/version.rb +1 -1
- metadata +5 -3
data/kasoba.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
6
6
|
s.name = "kasoba"
|
7
7
|
s.version = Kasoba::VERSION
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
|
-
s.authors = ["
|
9
|
+
s.authors = ["Lacides Charris", "Guillermo Iguaran"]
|
10
10
|
s.email = ["lacidescharris@hotmail.es", "guilleiguaran@gmail.com"]
|
11
11
|
s.homepage = "https://github.com/guilleiguaran/kasoba"
|
12
12
|
s.summary = %q{Interactive tool for large scale code refactors}
|
data/lib/kasoba/version.rb
CHANGED
metadata
CHANGED
@@ -1,16 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kasoba
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 73
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
9
|
- 1
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 0.0.1.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
|
-
-
|
14
|
+
- Lacides Charris
|
15
|
+
- Guillermo Iguaran
|
14
16
|
autorequire:
|
15
17
|
bindir: bin
|
16
18
|
cert_chain: []
|