apriori-rails 0.2.4.0 → 0.2.4.1

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.
Files changed (3) hide show
  1. data/config/hoe.rb +1 -1
  2. data/lib/apriori/version.rb +1 -1
  3. metadata +3 -3
data/config/hoe.rb CHANGED
@@ -13,7 +13,7 @@ RUBYFORGE_PROJECT = 'apriori' # The unix name for your project
13
13
  HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
14
14
  DOWNLOAD_PATH = "http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}"
15
15
  EXTRA_DEPENDENCIES = [
16
- # ['activesupport', '>= 1.3.1']
16
+ ['activesupport', '>= 3.2.13']
17
17
  ['rake', '>= 0.9.2.2'],
18
18
  ['hoe', '>= 3.6.0'],
19
19
  ['newgem', '>= 1.5.3'],
@@ -1,3 +1,3 @@
1
1
  module Apriori
2
- VERSION = "0.2.4.0"
2
+ VERSION = "0.2.4.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apriori-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 79
4
+ hash: 77
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 4
10
- - 0
11
- version: 0.2.4.0
10
+ - 1
11
+ version: 0.2.4.1
12
12
  platform: ruby
13
13
  authors:
14
14
  - Nate Murray