krl 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/create.rb +1 -2
  2. metadata +4 -4
data/lib/create.rb CHANGED
@@ -5,10 +5,9 @@ module KRL_CMD
5
5
  user = KRL_CMD::User.new
6
6
  new_app = user.create_application(name, desc)
7
7
  checkout_opts = {
8
- "ruleset" => new_app.application_id,
9
8
  "title" => options["title"]
10
9
  }
11
- KRL_CMD::Checkout.go(checkout_opts)
10
+ KRL_CMD::Checkout.go(new_app.application_id, checkout_opts)
12
11
 
13
12
  end
14
13
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: krl
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Farmer, Cid Dennis
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-20 00:00:00 -07:00
18
+ date: 2010-12-21 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency