mockup 0.0.4 → 0.0.5

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/build.version +1 -1
  2. data/lib/mockup/options.rb +20 -10
  3. metadata +3 -3
data/build.version CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -37,16 +37,26 @@ Usage: mockup create name --location /path/to/mockup
37
37
 
38
38
  Mockup Options:
39
39
 
40
- create: The name of the mockup project.
41
- e.g. mockup create project
42
- -l: Specify a location to create your mockup project.
43
- e.g. mockup create project -l /path/to/mockup
44
- convert: Convert an existing Compass project to a mockup project.
45
- e.g. mockup convert
46
- with-jquery Install jQuery and jQuery UI
47
- e.g. mockup create project with-jquery
48
- help View the Help Screen
49
- version View the current version of mockup
40
+ create: The name of the mockup project.
41
+ e.g. mockup create project
42
+
43
+ -l: Specify a location to create your mockup project.
44
+ e.g. mockup create project -l /path/to/mockup
45
+
46
+ convert: Convert an existing Compass project to a mockup project.
47
+ e.g. mockup convert
48
+
49
+ with-jquery Install jQuery and jQuery UI
50
+ e.g. mockup create project with-jquery
51
+
52
+ with-mootools Install Mootools
53
+ e.g. mockup create project with-mootools
54
+
55
+ with-prototype Install Prototype and Scriptaculous
56
+ e.g. mockup create project with-prototype
57
+
58
+ help View the Help Screen
59
+ version View the current version of mockup
50
60
 
51
61
  HELP
52
62
  exit(0)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mockup
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Robert R Evans