geo-core 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -1,5 +1,5 @@
1
1
  module Geo
2
2
  module Core
3
- VERSION = "0.0.13"
3
+ VERSION = "0.0.14"
4
4
  end
5
5
  end
@@ -15,6 +15,6 @@ test:
15
15
  production:
16
16
  sessions:
17
17
  default:
18
- uri: <%= ENV['MONGOHQ_URL'] %>
18
+ uri: mongodb://heroku:89a86add13ee75c9ad25aabe6a380fa6@linus.mongohq.com:10068/app11799809
19
19
  options:
20
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.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -58,6 +58,7 @@ files:
58
58
  - lib/geo-core.rb
59
59
  - lib/mongoid.yml
60
60
  - Gemfile.lock
61
+ - geo-core-0.0.13.gem
61
62
  - geo-core.gemspec
62
63
  - LICENSE.txt
63
64
  - README.md