locomotive_cms 2.4.0 → 2.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2213955e65720bed32b9918ab1d4ec4bd270c7cc
4
- data.tar.gz: 621fef84725a59a1c6f53163e9f51e2231477845
3
+ metadata.gz: 056a1926af08cec148104a15758876016a135d9e
4
+ data.tar.gz: 3ff975e241eebd6b02dea709ef718c772e9008a3
5
5
  SHA512:
6
- metadata.gz: 605e58bc0eecf723829454e04fda1b2061df9762b99d7e51142be34072b7641a32f947c8d462f17aaa488f86f267175ea7fb876f1522736003be987cf2cb43a2
7
- data.tar.gz: 305ea2476b38f3309272d24a9cb055f66781bd76b22da0c36417122b7e8f4c0ac1a9bd1d7af1c600d35bb1beccb23f23e7256bced8821d2b0fc9820a8e995698
6
+ metadata.gz: 9c39801b29f1a9d1cec5d07dfdaab516e95ee3a26f5f0257ab7f548dc1580f010de21dcf61114853ea557735a02c190695bdd082c55805dc04825133d6e67cad
7
+ data.tar.gz: 4a24a6c374c4f15fccc56090d4d180b14a3365958b68bbc41cb19d2cb173ef82ae6287159eec444bfef0044de4602eca5a8cb7ab779d5aa30f85b2ebf39a42a1
@@ -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.14 (Rails 4.0 in the next months)
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.perform_request(path, options)
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.perform_request(path, options)
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)
@@ -1,3 +1,3 @@
1
1
  module Locomotive #:nodoc
2
- VERSION = '2.4.0'
2
+ VERSION = '2.4.1'
3
3
  end
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.0
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-06 00:00:00.000000000 Z
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.15
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.15
40
+ version: 3.2.16
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: devise
43
43
  requirement: !ruby/object:Gem::Requirement