gritano 0.11.2 → 1.0.0
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/README.rdoc +1 -1
- data/TODO +2 -1
- data/VERSION +1 -1
- data/gritano.gemspec +2 -2
- metadata +3 -3
data/README.rdoc
CHANGED
data/TODO
CHANGED
|
@@ -2,7 +2,8 @@ v1.0.0:
|
|
|
2
2
|
☐ mais specs
|
|
3
3
|
☐ escrever um manual
|
|
4
4
|
✔ site @done (13-05-18 19:33)
|
|
5
|
+
✔ google analytics @done (13-05-22 22:37)
|
|
5
6
|
|
|
6
7
|
futuro:
|
|
7
8
|
☐ divulgar
|
|
8
|
-
☐
|
|
9
|
+
☐ Aoo (gritano-web): mesma interface, só que em um rails app (com login e senha)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
1.0.0
|
data/gritano.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "gritano"
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "1.0.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Igor Bonadio"]
|
|
12
|
-
s.date = "2013-05-
|
|
12
|
+
s.date = "2013-05-29"
|
|
13
13
|
s.description = "Gritano is the simplest way to configure your git server over ssh. You can create repositories and manage user access."
|
|
14
14
|
s.email = "igorbonadio@gmail.com"
|
|
15
15
|
s.executables = ["gritano", "gritano-pub-key", "gritano-remote"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gritano
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-05-
|
|
12
|
+
date: 2013-05-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activerecord
|
|
@@ -436,7 +436,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
436
436
|
version: '0'
|
|
437
437
|
segments:
|
|
438
438
|
- 0
|
|
439
|
-
hash:
|
|
439
|
+
hash: 1622617840665137676
|
|
440
440
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
441
441
|
none: false
|
|
442
442
|
requirements:
|