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 CHANGED
@@ -26,4 +26,3 @@ vendor/plugins/inquiries/inquiries.md
26
26
  vendor/plugins/resources/resources.md
27
27
  vendor/plugins/refinery_settings/settings.md
28
28
  license.md
29
- contributors.md
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.6.32
1
+ 0.9.6.33
@@ -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 contributors.md license.md Rakefile readme.md VERSION).map do |dir|
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
@@ -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.32' unless defined? REFINERY_GEM_VERSION
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
- - 32
10
- version: 0.9.6.32
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-06 00:00:00 +12:00
20
+ date: 2010-05-07 00:00:00 +12:00
21
21
  default_executable:
22
22
  dependencies: []
23
23