acts_as_tokenizable 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -10,8 +10,7 @@ begin
10
10
  gem.email = "github@splendeo.es"
11
11
  gem.homepage = "http://github.com/splendeo/acts_as_tokenizable"
12
12
  gem.authors = ["Enrique Garcia Cota", "Francisco de Juan"]
13
- gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
14
- # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
13
+ gem.add_dependency "babosa", "~> 0.3.7"
15
14
  end
16
15
  Jeweler::GemcutterTasks.new
17
16
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.6.0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{acts_as_tokenizable}
8
- s.version = "0.5.0"
8
+ s.version = "0.6.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Enrique Garcia Cota}, %q{Francisco de Juan}]
@@ -45,12 +45,12 @@ Gem::Specification.new do |s|
45
45
  s.specification_version = 3
46
46
 
47
47
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
48
- s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
48
+ s.add_runtime_dependency(%q<babosa>, ["~> 0.3.7"])
49
49
  else
50
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
50
+ s.add_dependency(%q<babosa>, ["~> 0.3.7"])
51
51
  end
52
52
  else
53
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
53
+ s.add_dependency(%q<babosa>, ["~> 0.3.7"])
54
54
  end
55
55
  end
56
56
 
@@ -1,4 +1,4 @@
1
- require 'babosa' # ensure that the babosa gem is loaded
1
+ require 'babosa' # make sure that babosa is loaded
2
2
 
3
3
  module ActsAsTokenizable
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_tokenizable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,16 +13,16 @@ cert_chain: []
13
13
  date: 2012-03-20 00:00:00.000000000Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: thoughtbot-shoulda
17
- requirement: &17156500 !ruby/object:Gem::Requirement
16
+ name: babosa
17
+ requirement: &19421500 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
- - - ! '>='
20
+ - - ~>
21
21
  - !ruby/object:Gem::Version
22
- version: '0'
23
- type: :development
22
+ version: 0.3.7
23
+ type: :runtime
24
24
  prerelease: false
25
- version_requirements: *17156500
25
+ version_requirements: *19421500
26
26
  description: Make ActiveRecord models easily searchable via tokens.
27
27
  email: github@splendeo.es
28
28
  executables: []