Skip to content

Commit

Permalink
Release 0.1.8: Real Conferencia Rails 2009 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
nando committed Nov 24, 2009
1 parent 901b005 commit 1627f91
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions History.txt
@@ -1,3 +1,16 @@
== 0.1.8 2009-11-24
* New page interpretation (es_ES):
* Page of a mentioned resource of a given model. Examples:
Dado que estoy en la página de dicha propuesta
Cuando voy a la página de dicha propuesta
Cuando hago click en el enlace la página de dicha propuesta
Debo ver un enlace a la página de dicha propuesta
Debería estar en la página de dicha propuesta
* Some spanish definitions expanded:
* _pulso_ : "hago click en"
* _visito_ : "voy a"
* BD value checks surrounded by sigle quotes

== 0.1.7.1 2009-11-23
* Removed string-mapper code from vendor/plugins of the test app

Expand Down
4 changes: 2 additions & 2 deletions lib/mundo_pepino/version.rb
Expand Up @@ -2,8 +2,8 @@ module MundoPepino #:nodoc:
class VERSION #:nodoc:
MAJOR = 0
MINOR = 1
TINY = 7
PATCH = 1 # Set to nil for official release
TINY = 8
PATCH = nil # Set to nil for official release

STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
end
Expand Down
4 changes: 2 additions & 2 deletions mundo-pepino.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{mundo-pepino}
s.version = "0.1.7.1"
s.version = "0.1.8"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Fernando Garc\303\255a Samblas"]
s.date = %q{2009-11-23}
s.date = %q{2009-11-24}
s.description = %q{}
s.email = ["fernando.garcia@the-cocktail.com"]
s.extra_rdoc_files = ["History.txt", "Manifest.txt"]
Expand Down

0 comments on commit 1627f91

Please sign in to comment.