cowtech-extensions 1.4.5 → 1.4.6

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.
@@ -22,5 +22,5 @@ Gem::Specification.new do |s|
22
22
  s.require_paths = ["lib"]
23
23
 
24
24
  s.required_ruby_version = ">= 1.9.2"
25
- s.add_dependency("active_support", "~> 3.0")
25
+ s.add_dependency("actionpack", "~> 3.0")
26
26
  end
@@ -11,7 +11,7 @@ module Cowtech
11
11
  module Version
12
12
  MAJOR = 1
13
13
  MINOR = 4
14
- PATCH = 5
14
+ PATCH = 6
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.5
4
+ version: 1.4.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,8 +12,8 @@ cert_chain: []
12
12
  date: 2012-04-21 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
- name: active_support
16
- requirement: &70153406238740 !ruby/object:Gem::Requirement
15
+ name: actionpack
16
+ requirement: &70128239497200 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '3.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70153406238740
24
+ version_requirements: *70128239497200
25
25
  description: A Rails blog engine plugin.
26
26
  email:
27
27
  - shogun_panda@me.com