cowtech-extensions 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,8 @@
1
1
  # encoding: utf-8
2
+ #
3
+ # This file is part of the cowtech-extensions gem. Copyright (C) 2011 and above Shogun <shogun_panda@me.com>.
4
+ # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
5
+ #
2
6
 
3
7
  require "./lib/cowtech-extensions/version"
4
8
 
@@ -18,5 +22,5 @@ Gem::Specification.new do |s|
18
22
  s.require_paths = ["lib"]
19
23
 
20
24
  s.required_ruby_version = ">= 1.9.2"
21
- s.add_dependency "active_support"
25
+ s.add_dependency("active_support", ">= 3.0.0")
22
26
  end
@@ -11,7 +11,7 @@ module Cowtech
11
11
  module Version
12
12
  MAJOR = 1
13
13
  MINOR = 4
14
- PATCH = 2
14
+ PATCH = 3
15
15
 
16
16
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cowtech-extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,15 +13,15 @@ date: 2012-04-20 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: active_support
16
- requirement: &70323887130940 !ruby/object:Gem::Requirement
16
+ requirement: &70231007699100 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: '0'
21
+ version: 3.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70323887130940
24
+ version_requirements: *70231007699100
25
25
  description: A Rails blog engine plugin.
26
26
  email:
27
27
  - shogun_panda@me.com