locomotive_cms 2.4.0 → 2.4.1
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.
- checksums.yaml +4 -4
- data/README.textile +1 -2
- data/lib/locomotive/httparty/webservice.rb +2 -2
- data/lib/locomotive/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 056a1926af08cec148104a15758876016a135d9e
|
|
4
|
+
data.tar.gz: 3ff975e241eebd6b02dea709ef718c772e9008a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c39801b29f1a9d1cec5d07dfdaab516e95ee3a26f5f0257ab7f548dc1580f010de21dcf61114853ea557735a02c190695bdd082c55805dc04825133d6e67cad
|
|
7
|
+
data.tar.gz: 4a24a6c374c4f15fccc56090d4d180b14a3365958b68bbc41cb19d2cb173ef82ae6287159eec444bfef0044de4602eca5a8cb7ab779d5aa30f85b2ebf39a42a1
|
data/README.textile
CHANGED
|
@@ -28,7 +28,7 @@ h2. Gems
|
|
|
28
28
|
Here is a short list of main gems / technologies used in the application.
|
|
29
29
|
|
|
30
30
|
* Ruby 2.0
|
|
31
|
-
* Rails 3.2.
|
|
31
|
+
* Rails 3.2.16 (Rails 4.0 planned for the beginning of 2014)
|
|
32
32
|
* Mongoid 3.1.3 (with MongoDB 2.x)
|
|
33
33
|
* Liquid
|
|
34
34
|
* Devise
|
|
@@ -49,7 +49,6 @@ We work on the procedure to upgrade from a previous version of the engine (below
|
|
|
49
49
|
h2. Community
|
|
50
50
|
|
|
51
51
|
* Get help or discuss locomotive CMS at the "LocomotiveCMS Google group":https://groups.google.com/forum/?fromgroups#!forum/locomotivecms
|
|
52
|
-
* Join us on IRC "#locomotivecms at irc.freenode.net!":http://webchat.freenode.net/
|
|
53
52
|
* "Follow us on twitter":http://twitter.com/locomotivecms
|
|
54
53
|
|
|
55
54
|
h2. Contributing to LocomotiveCMS
|
|
@@ -15,7 +15,7 @@ module Locomotive
|
|
|
15
15
|
username, password = options.delete(:username), options.delete(:password)
|
|
16
16
|
options[:basic_auth] = { username: username, password: password } if username
|
|
17
17
|
|
|
18
|
-
self.
|
|
18
|
+
self.perform_request_to(path, options)
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
def self.extract_base_uri_and_path(url)
|
|
@@ -29,7 +29,7 @@ module Locomotive
|
|
|
29
29
|
[base_uri, path]
|
|
30
30
|
end
|
|
31
31
|
|
|
32
|
-
def self.
|
|
32
|
+
def self.perform_request_to(path, options)
|
|
33
33
|
# [DEBUG] puts "[WebService] consuming #{path}, #{options.inspect}"
|
|
34
34
|
|
|
35
35
|
response = self.get(path, options)
|
data/lib/locomotive/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: locomotive_cms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Didier Lafforgue
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-12-
|
|
11
|
+
date: 2013-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 3.2.
|
|
33
|
+
version: 3.2.16
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 3.2.
|
|
40
|
+
version: 3.2.16
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: devise
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|