mundo-pepino 0.1.7 → 0.1.7.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,4 +1,7 @@
1
- == 0.1.7 2009-11-23 ("Conferencia Rails'09 & Gemcutter moving" Release
1
+ == 0.1.7.1 2009-11-23
2
+ * Removed string-mapper code from vendor/plugins of the test app
3
+
4
+ == 0.1.7 2009-11-23 ("Conferencia Rails'09 & Gemcutter moving" Release)
2
5
  * Removed path_to method sensitivity: if present, ignored (uses url_mappings)
3
6
  * README_es: MP philososy and its pros and cons
4
7
  * New step definition to add/edit nested attributes (out of the box!)
@@ -3,7 +3,7 @@ module MundoPepino #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
5
  TINY = 7
6
- PATCH = nil # Set to nil for official release
6
+ PATCH = 1 # Set to nil for official release
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mundo-pepino
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Fernando Garc\xC3\xADa Samblas"
@@ -80,7 +80,7 @@ dependencies:
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: 0.1.1
83
+ version: 0.1.2.1
84
84
  version:
85
85
  - !ruby/object:Gem::Dependency
86
86
  name: hoe