Skip to content

Commit

Permalink
Version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
loicvigneron committed Jun 1, 2012
1 parent e3daf8c commit 767458b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/phenomenal_rails/context.rb
Expand Up @@ -6,6 +6,7 @@ class Phenomenal::Context
def is_persistent
@persistent = true
activate
nil
end

def to_path
Expand Down
1 change: 1 addition & 0 deletions lib/phenomenal_rails/feature.rb
Expand Up @@ -5,5 +5,6 @@ def self.middleware=(middleware)

def activation_condition(&block)
@@middleware.add_condition(self,&block)
nil
end
end
2 changes: 1 addition & 1 deletion lib/phenomenal_rails/version.rb
@@ -1,3 +1,3 @@
module PhenomenalRails
VERSION = "1.2.2"
VERSION = "1.2.3"
end
2 changes: 1 addition & 1 deletion phenomenal_rails.gemspec
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.name = "phenomenal_rails"
s.version = PhenomenalRails::VERSION
s.authors = "Loic Vigneron - Thibault Poncelet"
s.email = "thibault.poncelet@student.uclouvain.be - loic.vigneron@student.uclouvain.be"
s.email = "team@phenomenal-gem.com"
s.homepage = "http://www.phenomenal-gem.com"
s.summary = "Rails glue for phenomenal"
s.description = "Rails integration of phenomenal"
Expand Down

0 comments on commit 767458b

Please sign in to comment.