locomotive_plugins 1.0.0.beta10 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/README.md +2 -1
- data/lib/version.rb +1 -1
- data/spec/spec_helper.rb +2 -3
- data/spec/support/mongoid.yml +6 -0
- metadata +33 -46
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
NGY3MDQyNWJhN2VkZGM3ZjU5MGNjNzhhMmYxZGQzMzRlNTIyMjdhNA==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
MmJmMGYzMmNhNWM5ZDlhZDg0MzJiYzE0OWE4OTdhYzYyZDNlYTY0Mw==
|
7
|
+
SHA512:
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
MDAxZDdlODc5ZjEwZmQxYTdjZWZkYTg2ZWEzZTcwZGUzODRkZGFiNTI2MGNm
|
10
|
+
ZDFmM2UyZDAxNzkxZjczNDY5ZDQzNTk0ZDkzZGUwZmIxYWU5ZTQ2ZGQ5NDIw
|
11
|
+
OGM4OGM3MDQ5NGQwMDkwMzA1MDE1ZjI3Nzk4ZDcyOWRjYzM2NmE=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
YzNiZjdkM2MwYWZmNzllN2FjZjZkNzkxN2E2NTQ3OTcxY2RjYzNmNzFiOTAx
|
14
|
+
MDU4MmMwMTdiMDk3YmY1YWY3ZjQ3NWI2N2NmMzAyZDU1NzZiMDhlMjc0MjZk
|
15
|
+
M2ZmODdkZDhlYTg5MDRkMzYzYzg4OGY2Y2ExZGQ5ZTI5NjY3MWQ=
|
data/README.md
CHANGED
@@ -19,7 +19,8 @@ Alternatively if you're using Bundler, add the following line to your Gemfile:
|
|
19
19
|
and run `bundle install`.
|
20
20
|
|
21
21
|
To install the plugin in LocomotiveCMS, simply [create a LocomotiveCMS
|
22
|
-
app](http://doc.locomotivecms.com/
|
22
|
+
app](http://doc.locomotivecms.com/guides/get-started/install-engine), ensuring
|
23
|
+
you have all of the [Requirements](http://doc.locomotivecms.com/guides/get-started/requirements) installed, and add your
|
23
24
|
plugin gem to the app's Gemfile in the `locomotive_plugins` group:
|
24
25
|
|
25
26
|
group(:locomotive_plugins) do
|
data/lib/version.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
@@ -13,9 +13,8 @@ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
|
|
13
13
|
require 'locomotive_plugins'
|
14
14
|
|
15
15
|
# Set up mongoid
|
16
|
-
|
17
|
-
|
18
|
-
end
|
16
|
+
ENV["MONGOID_ENV"] = "test"
|
17
|
+
Mongoid.load!('spec/support/mongoid.yml')
|
19
18
|
|
20
19
|
# Requires supporting ruby files with custom matchers and macros, etc,
|
21
20
|
# in spec/support/ and its subdirectories.
|
metadata
CHANGED
@@ -1,20 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: locomotive_plugins
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
5
|
-
prerelease: 6
|
4
|
+
version: 1.0.1
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Colibri Software
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-07-23 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: locomotive_liquid
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ~>
|
20
18
|
- !ruby/object:Gem::Version
|
@@ -22,7 +20,6 @@ dependencies:
|
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - ~>
|
28
25
|
- !ruby/object:Gem::Version
|
@@ -30,23 +27,20 @@ dependencies:
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: haml
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
31
|
- - ~>
|
36
32
|
- !ruby/object:Gem::Version
|
37
|
-
version: '
|
33
|
+
version: '4.0'
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
38
|
- - ~>
|
44
39
|
- !ruby/object:Gem::Version
|
45
|
-
version: '
|
40
|
+
version: '4.0'
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: bson_ext
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
45
|
- - ! '>='
|
52
46
|
- !ruby/object:Gem::Version
|
@@ -54,7 +48,6 @@ dependencies:
|
|
54
48
|
type: :runtime
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
52
|
- - ! '>='
|
60
53
|
- !ruby/object:Gem::Version
|
@@ -62,23 +55,20 @@ dependencies:
|
|
62
55
|
- !ruby/object:Gem::Dependency
|
63
56
|
name: mongoid
|
64
57
|
requirement: !ruby/object:Gem::Requirement
|
65
|
-
none: false
|
66
58
|
requirements:
|
67
59
|
- - ~>
|
68
60
|
- !ruby/object:Gem::Version
|
69
|
-
version:
|
61
|
+
version: 3.1.5
|
70
62
|
type: :runtime
|
71
63
|
prerelease: false
|
72
64
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
-
none: false
|
74
65
|
requirements:
|
75
66
|
- - ~>
|
76
67
|
- !ruby/object:Gem::Version
|
77
|
-
version:
|
68
|
+
version: 3.1.5
|
78
69
|
- !ruby/object:Gem::Dependency
|
79
70
|
name: rake
|
80
71
|
requirement: !ruby/object:Gem::Requirement
|
81
|
-
none: false
|
82
72
|
requirements:
|
83
73
|
- - ! '>='
|
84
74
|
- !ruby/object:Gem::Version
|
@@ -86,7 +76,6 @@ dependencies:
|
|
86
76
|
type: :development
|
87
77
|
prerelease: false
|
88
78
|
version_requirements: !ruby/object:Gem::Requirement
|
89
|
-
none: false
|
90
79
|
requirements:
|
91
80
|
- - ! '>='
|
92
81
|
- !ruby/object:Gem::Version
|
@@ -94,7 +83,6 @@ dependencies:
|
|
94
83
|
- !ruby/object:Gem::Dependency
|
95
84
|
name: rspec
|
96
85
|
requirement: !ruby/object:Gem::Requirement
|
97
|
-
none: false
|
98
86
|
requirements:
|
99
87
|
- - ! '>='
|
100
88
|
- !ruby/object:Gem::Version
|
@@ -102,7 +90,6 @@ dependencies:
|
|
102
90
|
type: :development
|
103
91
|
prerelease: false
|
104
92
|
version_requirements: !ruby/object:Gem::Requirement
|
105
|
-
none: false
|
106
93
|
requirements:
|
107
94
|
- - ! '>='
|
108
95
|
- !ruby/object:Gem::Version
|
@@ -114,63 +101,63 @@ executables: []
|
|
114
101
|
extensions: []
|
115
102
|
extra_rdoc_files: []
|
116
103
|
files:
|
104
|
+
- CHANGELOG
|
105
|
+
- README.md
|
117
106
|
- Rakefile
|
118
|
-
- lib/locomotive/plugin
|
107
|
+
- lib/locomotive/plugin.rb
|
119
108
|
- lib/locomotive/plugin/class_tracker.rb
|
109
|
+
- lib/locomotive/plugin/config_ui.rb
|
120
110
|
- lib/locomotive/plugin/exceptions.rb
|
121
|
-
- lib/locomotive/plugin/liquid
|
111
|
+
- lib/locomotive/plugin/liquid.rb
|
112
|
+
- lib/locomotive/plugin/liquid/context_helpers.rb
|
122
113
|
- lib/locomotive/plugin/liquid/drop_extension.rb
|
114
|
+
- lib/locomotive/plugin/liquid/prefixed_filter_module.rb
|
123
115
|
- lib/locomotive/plugin/liquid/tag_subclass_methods.rb
|
124
|
-
- lib/locomotive/plugin/liquid/context_helpers.rb
|
125
116
|
- lib/locomotive/plugin/load_initialization.rb
|
126
117
|
- lib/locomotive/plugin/rack_app_helpers.rb
|
127
|
-
- lib/locomotive/plugin/config_ui.rb
|
128
|
-
- lib/locomotive/plugin.rb
|
129
|
-
- lib/version.rb
|
130
118
|
- lib/locomotive_plugins.rb
|
131
|
-
-
|
132
|
-
- spec/support/plugins/my_other_plugin.rb
|
133
|
-
- spec/support/plugins/plugin_with_non_string_path.rb
|
134
|
-
- spec/support/plugins/plugin_with_tags.rb
|
135
|
-
- spec/support/plugins/useless_plugin.rb
|
136
|
-
- spec/support/plugins/plugin_with_filter.rb
|
137
|
-
- spec/support/plugins/plugin_with_many_filter_modules.rb
|
138
|
-
- spec/support/plugins/my_plugin.rb
|
139
|
-
- spec/support/plugins/plugin_with_rack_app.rb
|
140
|
-
- spec/support/factories.rb
|
119
|
+
- lib/version.rb
|
141
120
|
- spec/fixtures/config_template.haml
|
142
121
|
- spec/fixtures/config_template.html
|
143
122
|
- spec/lib/locomotive/plugin/class_tracker_spec.rb
|
144
|
-
- spec/lib/locomotive/plugin/
|
145
|
-
- spec/lib/locomotive/plugin/load_initialization_spec.rb
|
123
|
+
- spec/lib/locomotive/plugin/config_ui_spec.rb
|
146
124
|
- spec/lib/locomotive/plugin/liquid/context_helpers_spec.rb
|
147
125
|
- spec/lib/locomotive/plugin/liquid_spec.rb
|
148
|
-
- spec/lib/locomotive/plugin/
|
126
|
+
- spec/lib/locomotive/plugin/load_initialization_spec.rb
|
127
|
+
- spec/lib/locomotive/plugin/rack_app_helpers_spec.rb
|
149
128
|
- spec/lib/locomotive/plugin_spec.rb
|
150
|
-
-
|
151
|
-
-
|
129
|
+
- spec/spec_helper.rb
|
130
|
+
- spec/support/factories.rb
|
131
|
+
- spec/support/mongoid.yml
|
132
|
+
- spec/support/plugins/my_other_plugin.rb
|
133
|
+
- spec/support/plugins/my_plugin.rb
|
134
|
+
- spec/support/plugins/plugin_with_filter.rb
|
135
|
+
- spec/support/plugins/plugin_with_many_filter_modules.rb
|
136
|
+
- spec/support/plugins/plugin_with_non_string_path.rb
|
137
|
+
- spec/support/plugins/plugin_with_rack_app.rb
|
138
|
+
- spec/support/plugins/plugin_with_tags.rb
|
139
|
+
- spec/support/plugins/useless_plugin.rb
|
152
140
|
homepage: https://github.com/colibri-software/locomotive_plugins
|
153
141
|
licenses: []
|
142
|
+
metadata: {}
|
154
143
|
post_install_message:
|
155
144
|
rdoc_options: []
|
156
145
|
require_paths:
|
157
146
|
- lib
|
158
147
|
required_ruby_version: !ruby/object:Gem::Requirement
|
159
|
-
none: false
|
160
148
|
requirements:
|
161
149
|
- - ~>
|
162
150
|
- !ruby/object:Gem::Version
|
163
151
|
version: '1.9'
|
164
152
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
165
|
-
none: false
|
166
153
|
requirements:
|
167
|
-
- - ! '
|
154
|
+
- - ! '>='
|
168
155
|
- !ruby/object:Gem::Version
|
169
|
-
version:
|
156
|
+
version: '0'
|
170
157
|
requirements: []
|
171
158
|
rubyforge_project:
|
172
|
-
rubygems_version:
|
159
|
+
rubygems_version: 2.2.2
|
173
160
|
signing_key:
|
174
|
-
specification_version:
|
161
|
+
specification_version: 4
|
175
162
|
summary: Gem for creating plugins for Locomotive
|
176
163
|
test_files: []
|