amee 3.2.0 → 3.2.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 (5) hide show
  1. data/CHANGELOG.txt +4 -0
  2. data/VERSION +1 -1
  3. data/amee.gemspec +2 -2
  4. data/rails/init.rb +1 -1
  5. metadata +4 -4
data/CHANGELOG.txt CHANGED
@@ -1,5 +1,9 @@
1
1
  = Changelog
2
2
 
3
+ == 3.2.1
4
+ * Add algorithm details to ItemDefinitions
5
+ * Bugfix when using AMEE::Rails.connection from locations other than Rails.root
6
+
3
7
  == 3.2.0
4
8
  * Add algorithm details to ItemDefinitions
5
9
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.0
1
+ 3.2.1
data/amee.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{amee}
8
- s.version = "3.2.0"
8
+ s.version = "3.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["James Smith", "James Hetherington", "Andrew Hill", "Andrew Berkeley"]
12
- s.date = %q{2011-11-10}
12
+ s.date = %q{2011-11-16}
13
13
  s.default_executable = %q{ameesh}
14
14
  s.email = %q{james@floppy.org.uk}
15
15
  s.executables = ["ameesh"]
data/rails/init.rb CHANGED
@@ -7,7 +7,7 @@ require 'amee/core-extensions/hash'
7
7
  require 'amee/rails'
8
8
 
9
9
  # Load config/amee.yml
10
- amee_config = "config/amee.yml"
10
+ amee_config = "#{Rails.root}/config/amee.yml"
11
11
  if File.exist? amee_config
12
12
  $AMEE_CONFIG = AMEE::Config.setup(amee_config, Rails.env)
13
13
  else
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amee
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
- - 0
10
- version: 3.2.0
9
+ - 1
10
+ version: 3.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - James Smith
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2011-11-10 00:00:00 +00:00
21
+ date: 2011-11-16 00:00:00 +00:00
22
22
  default_executable: ameesh
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency