attribeautiful 0.0.4 → 0.0.5

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.
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.homepage = "http://github.com/kevinburleigh75/attribeautiful"
12
12
 
13
13
  gem.add_dependency "eager_beaver"
14
- gem.add_dependency "active_support", [">=3.0.0", "<4.0.0"]
14
+ gem.add_dependency "active_support", '~> 3.0'
15
15
 
16
16
  gem.files = `git ls-files`.split($\)
17
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Attribeautiful
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attribeautiful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -32,23 +32,17 @@ dependencies:
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  none: false
34
34
  requirements:
35
- - - ! '>='
36
- - !ruby/object:Gem::Version
37
- version: 3.0.0
38
- - - <
35
+ - - ~>
39
36
  - !ruby/object:Gem::Version
40
- version: 4.0.0
37
+ version: '3.0'
41
38
  type: :runtime
42
39
  prerelease: false
43
40
  version_requirements: !ruby/object:Gem::Requirement
44
41
  none: false
45
42
  requirements:
46
- - - ! '>='
47
- - !ruby/object:Gem::Version
48
- version: 3.0.0
49
- - - <
43
+ - - ~>
50
44
  - !ruby/object:Gem::Version
51
- version: 4.0.0
45
+ version: '3.0'
52
46
  description: Dynamically-generated HTML element attribute management methods
53
47
  email:
54
48
  - klb@kindlinglabs.com