geo-core 0.0.12 → 0.0.13

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.
@@ -4,4 +4,4 @@ require 'geo-core/domain/item_orcamento'
4
4
  require 'geo-core/service/orcamento_service'
5
5
 
6
6
  current_path = File.expand_path File.dirname(__FILE__)
7
- Mongoid.load!(current_path << "/mongoid.yml", :production)
7
+ Mongoid.load!(current_path << "/mongoid.yml", :development)
@@ -1,5 +1,5 @@
1
1
  module Geo
2
2
  module Core
3
- VERSION = "0.0.12"
3
+ VERSION = "0.0.13"
4
4
  end
5
5
  end
@@ -15,10 +15,6 @@ test:
15
15
  production:
16
16
  sessions:
17
17
  default:
18
- database: app11796200
19
- hosts:
20
- - linus.mongohq.com:10068
21
- username: heroku
22
- password: dfd3849ac4e84fbc8ef19910588a83a2
18
+ uri: <%= ENV['MONGOHQ_URL'] %>
23
19
  options:
24
20
  raise_not_found_error: false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geo-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -58,14 +58,6 @@ files:
58
58
  - lib/geo-core.rb
59
59
  - lib/mongoid.yml
60
60
  - Gemfile.lock
61
- - geo-core-0.0.10.gem
62
- - geo-core-0.0.11.gem
63
- - geo-core-0.0.4.gem
64
- - geo-core-0.0.5.gem
65
- - geo-core-0.0.6.gem
66
- - geo-core-0.0.7.gem
67
- - geo-core-0.0.8.gem
68
- - geo-core-0.0.9.gem
69
61
  - geo-core.gemspec
70
62
  - LICENSE.txt
71
63
  - README.md
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file