massimo 0.7.1 → 0.7.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.
Files changed (3) hide show
  1. data/lib/massimo/version.rb +2 -2
  2. data/lib/massimo.rb +1 -1
  3. metadata +21 -23
@@ -1,3 +1,3 @@
1
1
  module Massimo
2
- VERSION = '0.7.1'
3
- end
2
+ VERSION = '0.7.2'
3
+ end
data/lib/massimo.rb CHANGED
@@ -35,4 +35,4 @@ module Massimo
35
35
  site.config
36
36
  end
37
37
  end
38
- end
38
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: massimo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 1
10
- version: 0.7.1
9
+ - 2
10
+ version: 0.7.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Pete Browne
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-14 00:00:00 -05:00
18
+ date: 2010-10-22 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -74,12 +74,12 @@ dependencies:
74
74
  requirements:
75
75
  - - ~>
76
76
  - !ruby/object:Gem::Version
77
- hash: 43
77
+ hash: 39
78
78
  segments:
79
79
  - 0
80
- - 13
80
+ - 14
81
81
  - 0
82
- version: 0.13.0
82
+ version: 0.14.0
83
83
  type: :runtime
84
84
  version_requirements: *id004
85
85
  - !ruby/object:Gem::Dependency
@@ -122,14 +122,12 @@ dependencies:
122
122
  requirements:
123
123
  - - ~>
124
124
  - !ruby/object:Gem::Version
125
- hash: 62196427
125
+ hash: 15
126
126
  segments:
127
127
  - 2
128
128
  - 0
129
129
  - 0
130
- - beta
131
- - 20
132
- version: 2.0.0.beta.20
130
+ version: 2.0.0
133
131
  type: :development
134
132
  version_requirements: *id007
135
133
  - !ruby/object:Gem::Dependency
@@ -318,25 +316,25 @@ extra_rdoc_files: []
318
316
 
319
317
  files:
320
318
  - bin/massimo
321
- - lib/massimo/commands/base.rb
319
+ - lib/massimo/stylesheet.rb
320
+ - lib/massimo/server.rb
321
+ - lib/massimo/view.rb
322
+ - lib/massimo/page.rb
322
323
  - lib/massimo/commands/build.rb
324
+ - lib/massimo/commands/server.rb
323
325
  - lib/massimo/commands/generate.rb
324
326
  - lib/massimo/commands/help.rb
325
- - lib/massimo/commands/server.rb
326
- - lib/massimo/commands/version.rb
327
327
  - lib/massimo/commands/watch.rb
328
- - lib/massimo/config.rb
329
- - lib/massimo/helpers.rb
330
- - lib/massimo/javascript.rb
331
- - lib/massimo/page.rb
328
+ - lib/massimo/commands/version.rb
329
+ - lib/massimo/commands/base.rb
332
330
  - lib/massimo/resource.rb
333
- - lib/massimo/server.rb
334
- - lib/massimo/site.rb
335
- - lib/massimo/stylesheet.rb
331
+ - lib/massimo/config.rb
336
332
  - lib/massimo/ui.rb
337
- - lib/massimo/version.rb
338
- - lib/massimo/view.rb
339
333
  - lib/massimo/watcher.rb
334
+ - lib/massimo/version.rb
335
+ - lib/massimo/site.rb
336
+ - lib/massimo/javascript.rb
337
+ - lib/massimo/helpers.rb
340
338
  - lib/massimo.rb
341
339
  - LICENSE
342
340
  - README.md