refinerycms 0.9.6.32 → 0.9.6.33
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/.yardopts +0 -1
- data/VERSION +1 -1
- data/bin/refinery +1 -1
- data/config/application.rb +1 -1
- metadata +3 -3
data/.yardopts
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.6.
|
|
1
|
+
0.9.6.33
|
data/bin/refinery
CHANGED
|
@@ -20,7 +20,7 @@ unless (app_path = ARGV.shift).nil? or app_path.length == 0
|
|
|
20
20
|
FileUtils::makedirs rails_root
|
|
21
21
|
|
|
22
22
|
# copy in all of the relevant directories and root files.
|
|
23
|
-
to_copy = %w(app config db lib public themes script
|
|
23
|
+
to_copy = %w(app config db lib public themes script license.md Rakefile readme.md VERSION).map do |dir|
|
|
24
24
|
refinery_root.join(dir).to_s
|
|
25
25
|
end
|
|
26
26
|
FileUtils::cp_r to_copy, rails_root, :verbose => false
|
data/config/application.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
|
|
3
3
|
|
|
4
4
|
# Specified gem version of Refinery to use when vendor/plugins/refinery/lib/refinery.rb is not present.
|
|
5
|
-
REFINERY_GEM_VERSION = '0.9.6.
|
|
5
|
+
REFINERY_GEM_VERSION = '0.9.6.33' unless defined? REFINERY_GEM_VERSION
|
|
6
6
|
|
|
7
7
|
# Boot Rails
|
|
8
8
|
require File.join(File.dirname(__FILE__), 'boot')
|
metadata
CHANGED
|
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
|
6
6
|
- 0
|
|
7
7
|
- 9
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.6.
|
|
9
|
+
- 33
|
|
10
|
+
version: 0.9.6.33
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Resolve Digital
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2010-05-
|
|
20
|
+
date: 2010-05-07 00:00:00 +12:00
|
|
21
21
|
default_executable:
|
|
22
22
|
dependencies: []
|
|
23
23
|
|