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.
Files changed (5) hide show
  1. data/History.txt +6 -1
  2. data/Rakefile +2 -2
  3. data/lib/pez/base.rb +1 -1
  4. data/pez.gemspec +3 -3
  5. metadata +2 -2
data/History.txt CHANGED
@@ -41,4 +41,9 @@
41
41
  == 0.0.8 2008-10-07
42
42
 
43
43
  * 1 minor enhancement:
44
- * Sort YAML keys in to_yaml
44
+ * Sort YAML keys in to_yaml
45
+
46
+ == 0.0.9 2008-10-08
47
+
48
+ * 1 bug fix:
49
+ * gemspec was referencing templates/plugins.yml instead of pez.yml
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/plugins.yml) +
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.6"
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
@@ -1,5 +1,5 @@
1
1
  module Pez
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.9"
3
3
  CONFIG_FILE = File.dirname(__FILE__) + '/../../templates/pez.yml'
4
4
 
5
5
  module Base
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 = "Thu Oct 07 13:54:10 -0300 2008"
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.8"
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.8
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-07 09:54:10 -07:00
12
+ date: 2008-10-08 04:38:40 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency