aslon_settings 0.1.5 → 0.1.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.
@@ -1,5 +1,5 @@
1
1
  module AslonSettings
2
- require 'engine' if defined?(Rails) && Rails::VERSION::MAJOR == 3
2
+ require 'engine' if defined?(Rails) && Rails::VERSION::MAJOR >= 3
3
3
  #require 'acts_as_widget/base'
4
4
  #require 'application_controller'
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module AslonSettings
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -3420,3 +3420,8 @@ Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.2ms)
3420
3420
   (0.5ms) rollback transaction
3421
3421
   (0.0ms) begin transaction
3422
3422
   (0.0ms) rollback transaction
3423
+ Connecting to database specified by database.yml
3424
+ Connecting to database specified by database.yml
3425
+ Connecting to database specified by database.yml
3426
+ Connecting to database specified by database.yml
3427
+ Connecting to database specified by database.yml
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aslon_settings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-15 00:00:00.000000000 Z
12
+ date: 2013-10-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -295,7 +295,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
295
295
  version: '0'
296
296
  requirements: []
297
297
  rubyforge_project:
298
- rubygems_version: 1.8.25
298
+ rubygems_version: 1.8.27
299
299
  signing_key:
300
300
  specification_version: 3
301
301
  summary: Summary of AslonSettings.