anytime 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/config/routes.rb +1 -1
  2. metadata +2 -2
data/lib/config/routes.rb CHANGED
@@ -5,7 +5,7 @@ module ActionDispatch::Routing
5
5
  class Mapper
6
6
  def routes_anytime_to(path_name)
7
7
  match path_name.to_s => 'anytime#freeze'
8
- match path_name.to_s => 'anytime#unfreeze'
8
+ match 'un' + path_name.to_s => 'anytime#unfreeze'
9
9
  end
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anytime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -63,5 +63,5 @@ rubyforge_project:
63
63
  rubygems_version: 1.8.24
64
64
  signing_key:
65
65
  specification_version: 3
66
- summary: To flexibly switch current time/date in Rails
66
+ summary: A relatively complete version to flexibly switch current time/date in Rails
67
67
  test_files: []