middleman-presentation-helpers 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1ba12fc116e521dd772a39ea59ecb29cc6a6d2d
4
- data.tar.gz: 3365a4da638a894f7b956811f095d0035bc3c96d
3
+ metadata.gz: 50f09004b8d66cf5f765a3569e219d4487f52e93
4
+ data.tar.gz: 11e6c093f9ce1781b2085c92f85a051f339a03ba
5
5
  SHA512:
6
- metadata.gz: 35ff49c007dbf3150aa20f179eac849c489ef3c70e657900c0e0ffcc64fe3e8b1ab6ffdfcfa06505a885f79b866de316ed8984132bb43e113eb05ebdc025240e
7
- data.tar.gz: 88032763232f7c84468e74c28f701a022b5a2701ab948031662e59718941fdc5ba3b3a2d90e2c13906562d56283f525107ec9b6443deb415f339590c699b69ac
6
+ metadata.gz: 3389255cf44e1802b99c6324691835b81a9df8f0f8c211f9b8fc3945f61436833a1972eb5cfd7f7769d193874d7b89368b63e2eeac68a5b0238c72bc53471d3d
7
+ data.tar.gz: 3f4b770a845735bf7dd8664d0ed842384a32cfeecd26810dfa845f06a4739384d8cd480e157739e64eac5a525660cb17c21bcac189c5387a5f9a507ff3183415
data/Gemfile CHANGED
@@ -2,6 +2,8 @@ source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
4
 
5
+ gem 'middleman-presentation'
6
+
5
7
  group :development, :test do
6
8
  gem 'rspec', require: false
7
9
  gem 'rspec-legacy_formatters', require: false
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- middleman-presentation-helpers (0.0.1)
4
+ middleman-presentation-helpers (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -32,14 +32,33 @@ GEM
32
32
  byebug (2.7.0)
33
33
  columnize (~> 0.3)
34
34
  debugger-linecache (~> 1.2)
35
+ celluloid (0.15.2)
36
+ timers (~> 1.1.0)
35
37
  childprocess (0.5.3)
36
38
  ffi (~> 1.0, >= 1.0.11)
39
+ chunky_png (1.3.1)
37
40
  coderay (1.1.0)
41
+ coffee-script (2.3.0)
42
+ coffee-script-source
43
+ execjs
44
+ coffee-script-source (1.8.0)
38
45
  columnize (0.8.9)
39
46
  command_exec (0.2.0)
40
47
  activesupport
41
48
  smart_colored
42
49
  xml-simple
50
+ compass (1.0.1)
51
+ chunky_png (~> 1.2)
52
+ compass-core (~> 1.0.1)
53
+ compass-import-once (~> 1.0.5)
54
+ rb-fsevent (>= 0.9.3)
55
+ rb-inotify (>= 0.9)
56
+ sass (>= 3.3.13, < 3.5)
57
+ compass-core (1.0.1)
58
+ multi_json (~> 1.0)
59
+ sass (>= 3.3.0, < 3.5)
60
+ compass-import-once (1.0.5)
61
+ sass (>= 3.2, < 3.5)
43
62
  concord (0.1.5)
44
63
  adamantium (~> 0.2.0)
45
64
  equalizer (~> 0.0.9)
@@ -63,6 +82,8 @@ GEM
63
82
  dotenv-deployment (0.0.2)
64
83
  equalizer (0.0.9)
65
84
  erubis (2.7.0)
85
+ execjs (2.2.1)
86
+ facter (2.2.0)
66
87
  fedux_org-stdlib (0.7.14)
67
88
  activesupport
68
89
  ffi (1.9.3)
@@ -78,6 +99,11 @@ GEM
78
99
  multi_json (~> 1.3)
79
100
  github-markup (1.2.1)
80
101
  posix-spawn (~> 0.3.8)
102
+ haml (4.0.5)
103
+ tilt
104
+ hike (1.2.3)
105
+ hooks (0.4.0)
106
+ uber (~> 0.0.4)
81
107
  httparty (0.13.1)
82
108
  json (~> 1.8)
83
109
  multi_xml (>= 0.5.2)
@@ -90,6 +116,7 @@ GEM
90
116
  yard (~> 0.8.7)
91
117
  inflecto (0.0.2)
92
118
  json (1.8.1)
119
+ kramdown (1.4.1)
93
120
  launchy (2.4.2)
94
121
  addressable (~> 2.3)
95
122
  libv8 (3.16.14.3)
@@ -100,10 +127,59 @@ GEM
100
127
  sqlite3
101
128
  thor
102
129
  xml-simple
130
+ liquid (2.6.1)
131
+ listen (2.7.9)
132
+ celluloid (>= 0.15.2)
133
+ rb-fsevent (>= 0.9.3)
134
+ rb-inotify (>= 0.9)
103
135
  memoizable (0.4.2)
104
136
  thread_safe (~> 0.3, >= 0.3.1)
105
137
  method_source (0.8.2)
138
+ middleman (3.3.5)
139
+ coffee-script (~> 2.2)
140
+ compass (>= 0.12.4)
141
+ compass-import-once (= 1.0.5)
142
+ execjs (~> 2.0)
143
+ haml (>= 4.0.5)
144
+ kramdown (~> 1.2)
145
+ middleman-core (= 3.3.5)
146
+ middleman-sprockets (>= 3.1.2)
147
+ sass (>= 3.2.17, < 4.0)
148
+ uglifier (~> 2.5)
149
+ middleman-core (3.3.5)
150
+ activesupport (~> 4.1.0)
151
+ bundler (~> 1.1)
152
+ erubis
153
+ hooks (~> 0.3)
154
+ i18n (~> 0.6.9)
155
+ listen (>= 2.7.9, < 3.0)
156
+ padrino-helpers (~> 0.12.3)
157
+ rack (>= 1.4.5, < 2.0)
158
+ rack-test (~> 0.6.2)
159
+ thor (>= 0.15.2, < 2.0)
160
+ tilt (~> 1.4.1, < 2.0)
161
+ middleman-presentation (0.15.8)
162
+ addressable (~> 2.3.5)
163
+ bundler
164
+ erubis
165
+ facter
166
+ fedux_org-stdlib (>= 0.6.48)
167
+ i18n
168
+ kramdown
169
+ launchy (~> 2.4.2)
170
+ liquid
171
+ middleman (~> 3.3.4)
172
+ middleman-sprockets (~> 3.3.6)
173
+ nokogiri
174
+ rake
175
+ tzinfo (>= 0.3.0)
176
+ middleman-sprockets (3.3.9)
177
+ middleman-core (~> 3.3)
178
+ sprockets (~> 2.12.1)
179
+ sprockets-helpers (~> 1.1.0)
180
+ sprockets-sass (~> 1.2.0)
106
181
  mime-types (2.3)
182
+ mini_portile (0.6.0)
107
183
  minitest (5.4.0)
108
184
  morpher (0.2.3)
109
185
  abstract_type (~> 0.0.7)
@@ -137,6 +213,14 @@ GEM
137
213
  mutant (~> 0.6.0)
138
214
  rspec-core (>= 2.14.1, < 3.1.0)
139
215
  netrc (0.7.7)
216
+ nokogiri (1.6.3.1)
217
+ mini_portile (= 0.6.0)
218
+ padrino-helpers (0.12.3)
219
+ i18n (~> 0.6, >= 0.6.7)
220
+ padrino-support (= 0.12.3)
221
+ tilt (~> 1.4.1)
222
+ padrino-support (0.12.3)
223
+ activesupport (>= 3.1)
140
224
  parallel (1.2.4)
141
225
  parser (2.1.9)
142
226
  ast (>= 1.1, < 3.0)
@@ -154,8 +238,14 @@ GEM
154
238
  pry-doc (0.6.0)
155
239
  pry (~> 0.9)
156
240
  yard (~> 0.8)
241
+ rack (1.5.2)
242
+ rack-test (0.6.2)
243
+ rack (>= 1.0)
157
244
  rainbow (2.0.0)
158
245
  rake (10.3.2)
246
+ rb-fsevent (0.9.4)
247
+ rb-inotify (0.9.5)
248
+ ffi (>= 0.5.0)
159
249
  redcarpet (3.1.2)
160
250
  ref (1.0.5)
161
251
  rest-client (1.7.2)
@@ -183,6 +273,7 @@ GEM
183
273
  rainbow (>= 1.99.1, < 3.0)
184
274
  ruby-progressbar (~> 1.4)
185
275
  ruby-progressbar (1.5.1)
276
+ sass (3.4.1)
186
277
  sequel (4.13.0)
187
278
  simplecov (0.9.0)
188
279
  docile (~> 1.1.0)
@@ -192,6 +283,16 @@ GEM
192
283
  slop (3.6.0)
193
284
  smart_colored (1.1.1)
194
285
  sparkr (0.4.1)
286
+ sprockets (2.12.1)
287
+ hike (~> 1.2)
288
+ multi_json (~> 1.0)
289
+ rack (~> 1.0)
290
+ tilt (~> 1.1, != 1.3.0)
291
+ sprockets-helpers (1.1.0)
292
+ sprockets (~> 2.0)
293
+ sprockets-sass (1.2.0)
294
+ sprockets (~> 2.0)
295
+ tilt (~> 1.1)
195
296
  sqlite3 (1.3.9)
196
297
  term-ansicolor (1.3.0)
197
298
  tins (~> 1.0)
@@ -203,6 +304,8 @@ GEM
203
304
  therubyrhino_jar (1.7.4)
204
305
  thor (0.19.1)
205
306
  thread_safe (0.3.4)
307
+ tilt (1.4.1)
308
+ timers (1.1.0)
206
309
  tins (1.3.2)
207
310
  tmrb (1.2.7)
208
311
  thor
@@ -210,6 +313,10 @@ GEM
210
313
  json
211
314
  tzinfo (1.2.2)
212
315
  thread_safe (~> 0.1)
316
+ uber (0.0.8)
317
+ uglifier (2.5.3)
318
+ execjs (>= 0.3.0)
319
+ json (>= 1.8.0)
213
320
  unparser (0.1.14)
214
321
  abstract_type (~> 0.0.7)
215
322
  adamantium (~> 0.2.0)
@@ -243,6 +350,7 @@ DEPENDENCIES
243
350
  inch
244
351
  launchy
245
352
  license_finder
353
+ middleman-presentation
246
354
  middleman-presentation-helpers!
247
355
  mutant
248
356
  mutant-rspec
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ def module_name
14
14
  end
15
15
 
16
16
  def require_name
17
- software.gsub(/-/, '/')
17
+ 'middleman-presentation/helpers'
18
18
  end
19
19
 
20
20
  def gemspec
@@ -8,7 +8,7 @@ SimpleCov.start
8
8
  # middleman
9
9
  require 'middleman-core'
10
10
  require 'middleman-core/step_definitions'
11
- require 'middleman-presentation/features/step_definitions'
11
+ require 'middleman-presentation/step_definitions'
12
12
 
13
13
  # Pull in all of the gems including those in the `test` group
14
14
  require 'bundler'
@@ -1,5 +1,5 @@
1
- require 'middleman/presentation/helpers/version'
2
- require 'middleman/presentation/helpers/images'
1
+ require 'middleman-presentation/helpers/version'
2
+ require 'middleman-presentation/helpers/images'
3
3
 
4
4
  module Middleman
5
5
  module Presentation
@@ -5,7 +5,7 @@ module Middleman
5
5
  module Presentation
6
6
  # Helpers
7
7
  module Helpers
8
- VERSION = '0.0.2'
8
+ VERSION = '0.0.3'
9
9
  end
10
10
  end
11
11
  end
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'middleman/presentation/helpers/version'
4
+ require 'middleman-presentation/helpers/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'middleman-presentation-helpers'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-presentation-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Meyer
@@ -40,9 +40,9 @@ files:
40
40
  - features/support/env.rb
41
41
  - features/support/fixtures.rb
42
42
  - features/support/reporting.rb
43
- - lib/middleman/presentation/helpers.rb
44
- - lib/middleman/presentation/helpers/images.rb
45
- - lib/middleman/presentation/helpers/version.rb
43
+ - lib/middleman-presentation/helpers.rb
44
+ - lib/middleman-presentation/helpers/images.rb
45
+ - lib/middleman-presentation/helpers/version.rb
46
46
  - middleman-presentation-helpers.gemspec
47
47
  homepage: https://github.com/maxmeyer/middleman-presentation-helpers
48
48
  licenses: