spiderfw 0.6.10 → 0.6.11

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ = 0.6.11
2
+ == 2 August, 2011
3
+ * Fixed app create command
4
+
1
5
  = 0.6.10
2
6
  == 2 August, 2011
3
7
  * Bugfixes
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.10
1
+ 0.6.11
@@ -1,3 +1,4 @@
1
+ require 'spiderfw/spider'
1
2
  require 'spiderfw/create'
2
3
 
3
4
  class CreateCommand < CmdParse::Command
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 10
9
- version: 0.6.10
8
+ - 11
9
+ version: 0.6.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ivan Pirlik