medea 0.2.30 → 0.2.31
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.
- data/lib/medea/jasondb.rb +0 -1
- data/lib/medea/version.rb +1 -1
- data/medea.gemspec +2 -0
- metadata +17 -3
data/lib/medea/jasondb.rb
CHANGED
|
@@ -2,7 +2,6 @@ module JasonDB
|
|
|
2
2
|
#jason_url here doesn't include the http[s]:// part, but does include the domain and a trailing '/'
|
|
3
3
|
#( so it's "rest.jasondb.com/<domain>/" )
|
|
4
4
|
def JasonDB::db_auth_url mode=:secure
|
|
5
|
-
return "https://michael:password@rest.jasondb.com/medea-dev/"
|
|
6
5
|
config = Rails.configuration.database_configuration[Rails.env]
|
|
7
6
|
|
|
8
7
|
user = config["user"]
|
data/lib/medea/version.rb
CHANGED
data/medea.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: medea
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 41
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 31
|
|
10
|
+
version: 0.2.31
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Michael Jensen
|
|
@@ -60,6 +60,20 @@ dependencies:
|
|
|
60
60
|
version: "0"
|
|
61
61
|
type: :runtime
|
|
62
62
|
version_requirements: *id003
|
|
63
|
+
- !ruby/object:Gem::Dependency
|
|
64
|
+
name: rspec
|
|
65
|
+
prerelease: false
|
|
66
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
67
|
+
none: false
|
|
68
|
+
requirements:
|
|
69
|
+
- - ">="
|
|
70
|
+
- !ruby/object:Gem::Version
|
|
71
|
+
hash: 3
|
|
72
|
+
segments:
|
|
73
|
+
- 0
|
|
74
|
+
version: "0"
|
|
75
|
+
type: :development
|
|
76
|
+
version_requirements: *id004
|
|
63
77
|
description: Simple wrapper for persisting objects to JasonDB
|
|
64
78
|
email:
|
|
65
79
|
- michaelj@jasondb.com
|