gd_bam 0.1.20 → 0.1.21
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/bam +0 -2
- data/lib/bam/version.rb +1 -1
- metadata +2 -2
data/bin/bam
CHANGED
@@ -253,9 +253,7 @@ command :project do |c|
|
|
253
253
|
|
254
254
|
c.action do |global_options,options,args|
|
255
255
|
fail "You need to specify token to create a project" if options[:token].nil?
|
256
|
-
binding.pry
|
257
256
|
GoodData::Bam::Commands::connect_to_gd()
|
258
|
-
binding.pry
|
259
257
|
pid = case options[:blueprint]
|
260
258
|
when "goodsales"
|
261
259
|
"nt935rwzls50zfqwy6dh62tabu8h0ocy"
|
data/lib/bam/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gd_bam
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.21
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-08-
|
12
|
+
date: 2013-08-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|