geo-core 0.0.7 → 0.0.8

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.
Binary file
data/lib/geo-core.rb CHANGED
@@ -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", :development)
7
+ Mongoid.load!(current_path << "/mongoid.yml", :production)
@@ -1,5 +1,5 @@
1
1
  module Geo
2
2
  module Core
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
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.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -61,6 +61,7 @@ files:
61
61
  - geo-core-0.0.4.gem
62
62
  - geo-core-0.0.5.gem
63
63
  - geo-core-0.0.6.gem
64
+ - geo-core-0.0.7.gem
64
65
  - geo-core.gemspec
65
66
  - LICENSE.txt
66
67
  - README.md