fnando-pez 0.0.8 → 0.0.9
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/History.txt +6 -1
- data/Rakefile +2 -2
- data/lib/pez/base.rb +1 -1
- data/pez.gemspec +3 -3
- metadata +2 -2
data/History.txt
CHANGED
data/Rakefile
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
require 'rake'
|
|
2
2
|
|
|
3
|
-
PKG_FILES = %w(Rakefile pez.gemspec History.txt License.txt README.markdown TODO.txt templates/
|
|
3
|
+
PKG_FILES = %w(Rakefile pez.gemspec History.txt License.txt README.markdown TODO.txt templates/pez.yml) +
|
|
4
4
|
Dir["{bin,lib}/**/*"]
|
|
5
5
|
|
|
6
6
|
spec = Gem::Specification.new do |s|
|
|
7
7
|
s.name = "pez"
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.9"
|
|
9
9
|
s.summary = "Manage Ruby on Rails plugins from GIT and Subversion repositories in a simple way"
|
|
10
10
|
s.authors = ["Nando Vieira"]
|
|
11
11
|
s.email = ["fnando.vieira@gmail.com"]
|
data/lib/pez/base.rb
CHANGED
data/pez.gemspec
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# WARNING : RAKE AUTO-GENERATED FILE. DO NOT MANUALLY EDIT!
|
|
2
2
|
# RUN : 'rake gem:update_gemspec'
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
|
-
s.date = "
|
|
5
|
+
s.date = "Wed Oct 08 08:38:40 -0300 2008"
|
|
6
6
|
s.authors = ["Nando Vieira"]
|
|
7
7
|
s.require_paths = ["lib"]
|
|
8
8
|
s.required_rubygems_version = ">= 0"
|
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
|
|
|
19
19
|
"lib/pez/base.rb",
|
|
20
20
|
"lib/pez.rb"]
|
|
21
21
|
s.email = ["fnando.vieira@gmail.com"]
|
|
22
|
-
s.version = "0.0.
|
|
22
|
+
s.version = "0.0.9"
|
|
23
23
|
s.homepage = "http://github.com/fnando/pez"
|
|
24
24
|
s.requirements = ["You'll need GIT and Subversion installed"]
|
|
25
25
|
s.name = "pez"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fnando-pez
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nando Vieira
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-10-
|
|
12
|
+
date: 2008-10-08 04:38:40 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|