trusty-cms 1.1.1 → 1.1.2
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/Gemfile +4 -5
- data/Gemfile.lock +0 -7
- data/app/assets/javascripts/notes.md +0 -1
- data/lib/trusty_cms.rb +1 -1
- data/trusty_cms.gemspec +0 -1
- metadata +2 -18
data/Gemfile
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
source 'https://rubygems.org'
|
|
2
2
|
|
|
3
3
|
# This is the minimum of dependency required to run
|
|
4
|
-
# the
|
|
5
|
-
# the only time the
|
|
4
|
+
# the trusty-cms instance generator, which is (normally)
|
|
5
|
+
# the only time the trusty gem functions as an
|
|
6
6
|
# application. The instance has its own Gemfile, which
|
|
7
7
|
# requires radiant and therefore pulls in every
|
|
8
8
|
# dependency mentioned in radiant.gemspec.
|
|
9
9
|
|
|
10
10
|
gemspec
|
|
11
11
|
|
|
12
|
-
# When
|
|
12
|
+
# When trusty is installed as a gem you can run all of
|
|
13
13
|
# its tests and specs from an instance. If you're working
|
|
14
|
-
# on
|
|
14
|
+
# on trusty itself and you want to run specs from the
|
|
15
15
|
# radiant root directory, uncomment the lines below and
|
|
16
16
|
# run `bundle install`.
|
|
17
17
|
|
|
@@ -40,5 +40,4 @@ group :development, :test do
|
|
|
40
40
|
gem 'database_cleaner', '~> 1.3.0'
|
|
41
41
|
gem 'poltergeist', '~> 1.5.1'
|
|
42
42
|
gem "ckeditor", "~> 4.1.0"
|
|
43
|
-
gem 'sprockets-rails', '2.0.0.backport1'
|
|
44
43
|
end
|
data/Gemfile.lock
CHANGED
|
@@ -19,7 +19,6 @@ PATH
|
|
|
19
19
|
rails (~> 3.2.18)
|
|
20
20
|
rake (>= 0.8.7)
|
|
21
21
|
rdoc (~> 3.9)
|
|
22
|
-
sprockets-rails (~> 2.0.0.backport1)
|
|
23
22
|
stringex (~> 1.3.0)
|
|
24
23
|
tzinfo (~> 0.3.31)
|
|
25
24
|
will_paginate (~> 3.0)
|
|
@@ -28,7 +27,6 @@ GEM
|
|
|
28
27
|
remote: https://rubygems.org/
|
|
29
28
|
specs:
|
|
30
29
|
RedCloth (4.2.9)
|
|
31
|
-
RedCloth (4.2.9-java)
|
|
32
30
|
actionmailer (3.2.21)
|
|
33
31
|
actionpack (= 3.2.21)
|
|
34
32
|
mail (~> 2.5.4)
|
|
@@ -201,10 +199,6 @@ GEM
|
|
|
201
199
|
multi_json (~> 1.0)
|
|
202
200
|
rack (~> 1.0)
|
|
203
201
|
tilt (~> 1.1, != 1.3.0)
|
|
204
|
-
sprockets-rails (2.0.0.backport1)
|
|
205
|
-
actionpack (>= 3.0)
|
|
206
|
-
activesupport (>= 3.0)
|
|
207
|
-
sprockets (~> 2.2.2.backport2)
|
|
208
202
|
stringex (1.3.3)
|
|
209
203
|
thin (1.6.3)
|
|
210
204
|
daemons (~> 1.0, >= 1.0.9)
|
|
@@ -235,6 +229,5 @@ DEPENDENCIES
|
|
|
235
229
|
poltergeist (~> 1.5.1)
|
|
236
230
|
pry (~> 0.10.0)
|
|
237
231
|
rspec-rails (~> 3.0.0)
|
|
238
|
-
sprockets-rails (= 2.0.0.backport1)
|
|
239
232
|
thin (~> 1.6.2)
|
|
240
233
|
trusty-cms!
|
|
@@ -26,7 +26,6 @@ TODO
|
|
|
26
26
|
* Get page_edit_javascripts and layout_edit_javascripts out of ruby
|
|
27
27
|
* Reimplement any undefined utility function calls
|
|
28
28
|
* (docs) Load tag reference - "Available Tags" link
|
|
29
|
-
* (docs) Filter reference - I don't know what this is supposed to do, when I click it on radiant's demo it says "no documentation for filter".
|
|
30
29
|
|
|
31
30
|
Might work
|
|
32
31
|
==========
|
data/lib/trusty_cms.rb
CHANGED
data/trusty_cms.gemspec
CHANGED
|
@@ -30,7 +30,6 @@ a general purpose content managment system--not merely a blogging engine.}
|
|
|
30
30
|
s.add_dependency "acts_as_tree", "~> 0.1.1"
|
|
31
31
|
s.add_dependency "bundler", ">= 1.0.0"
|
|
32
32
|
s.add_dependency "compass-rails", "~> 2.0.1"
|
|
33
|
-
s.add_dependency "sprockets-rails", "~> 2.0.0.backport1"
|
|
34
33
|
s.add_dependency "delocalize", "~> 0.2.3"
|
|
35
34
|
s.add_dependency "haml", "~> 4.0.5"
|
|
36
35
|
s.add_dependency "haml-rails", ">= 0.4", "< 0.5" # 0.5 is rails 4+ only
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trusty-cms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-12-
|
|
12
|
+
date: 2014-12-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: tzinfo
|
|
@@ -123,22 +123,6 @@ dependencies:
|
|
|
123
123
|
- - ~>
|
|
124
124
|
- !ruby/object:Gem::Version
|
|
125
125
|
version: 2.0.1
|
|
126
|
-
- !ruby/object:Gem::Dependency
|
|
127
|
-
name: sprockets-rails
|
|
128
|
-
requirement: !ruby/object:Gem::Requirement
|
|
129
|
-
none: false
|
|
130
|
-
requirements:
|
|
131
|
-
- - ~>
|
|
132
|
-
- !ruby/object:Gem::Version
|
|
133
|
-
version: 2.0.0.backport1
|
|
134
|
-
type: :runtime
|
|
135
|
-
prerelease: false
|
|
136
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
137
|
-
none: false
|
|
138
|
-
requirements:
|
|
139
|
-
- - ~>
|
|
140
|
-
- !ruby/object:Gem::Version
|
|
141
|
-
version: 2.0.0.backport1
|
|
142
126
|
- !ruby/object:Gem::Dependency
|
|
143
127
|
name: delocalize
|
|
144
128
|
requirement: !ruby/object:Gem::Requirement
|