current 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/current.gemspec +2 -2
  3. data/lib/current.rb +1 -1
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -10,7 +10,7 @@ begin
10
10
  gem.email = "stevendgarcia@gmail.com"
11
11
  gem.homepage = "http://github.com/activestylus/current"
12
12
  gem.authors = ["Steven Garcia"]
13
- gem.version = "1.0.6"
13
+ gem.version = "1.0.7"
14
14
  gem.add_development_dependency "shoulda", ">= 0"
15
15
  gem.add_development_dependency "mocha", ">= 0"
16
16
  gem.add_development_dependency "rails", ">= 0"
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{current}
8
- s.version = "1.0.6"
8
+ s.version = "1.0.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Steven Garcia"]
12
- s.date = %q{2010-10-31}
12
+ s.date = %q{2010-11-01}
13
13
  s.description = %q{Picks up where Rails current_page? helper leaves off}
14
14
  s.email = %q{stevendgarcia@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -13,7 +13,7 @@ module Current
13
13
  end
14
14
 
15
15
  def controller_action_is?(c,a)
16
- controller_is(c) && action_is(a)
16
+ controller_is?(c) && action_is?(a)
17
17
  end
18
18
 
19
19
  def active_if?(condition)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: current
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 6
10
- version: 1.0.6
9
+ - 7
10
+ version: 1.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steven Garcia
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-31 00:00:00 +02:00
18
+ date: 2010-11-01 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency