cowtech-rails 2.8.1.0 → 2.8.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,14 +5,13 @@
5
5
  #
6
6
 
7
7
  module Cowtech
8
- module Rails
9
- module Version
10
- MAJOR = 2
11
- MINOR = 8
12
- PATCH = 1
13
- BUILD = 0
8
+ module Rails
9
+ module Version
10
+ MAJOR = 2
11
+ MINOR = 8
12
+ PATCH = 2
14
13
 
15
- STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
16
- end
17
- end
14
+ STRING = [MAJOR, MINOR, PATCH].compact.join(".")
15
+ end
16
+ end
18
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cowtech-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.1.0
4
+ version: 2.8.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-01 00:00:00.000000000Z
12
+ date: 2012-04-15 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cowtech-extensions
16
- requirement: &70215614661940 !ruby/object:Gem::Requirement
16
+ requirement: &70154552106740 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70215614661940
24
+ version_requirements: *70154552106740
25
25
  description: A general purpose Rails utility plugin.
26
26
  email: shogun_panda@me.com
27
27
  executables: []