brake 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +7 -0
  2. data/lib/brake.rb +1 -1
  3. metadata +2 -2
data/README CHANGED
@@ -44,4 +44,11 @@ Added the debug method so that the code looks cleaner and easier to understand
44
44
  Added the RuntimeError handling to mimic the same rake functionality
45
45
  Moved rake requier to be called before the Brakefile load
46
46
 
47
+ 0.2.1
48
+ Ben - Added cucumber dry run
49
+ Ben - Added -s as default (removes source)
50
+
51
+ 0.2.2
52
+ Jon - Updated API task to run release as default
53
+
47
54
  END
data/lib/brake.rb CHANGED
@@ -124,7 +124,7 @@ class Brake
124
124
  arguments = { :platform => "PLATFORM=brandwatchweb", :env => 'ENVIRONMENT=release', :controller => 'CONTROLLER=chrome' }.merge(arguments)
125
125
  Rake::Task['brandwatchweb'].execute( arguments.values.join( ' ' ) )
126
126
  when 'brandwatchapi', 'api'
127
- arguments = { :platform => "PLATFORM=brandwatchapi", :env => 'ENVIRONMENT=int', :controller => 'CONTROLLER=api', :version => 'VERSION=1' }.merge(arguments)
127
+ arguments = { :platform => "PLATFORM=brandwatchapi", :env => 'ENVIRONMENT=release', :controller => 'CONTROLLER=api', :version => 'VERSION=1' }.merge(arguments)
128
128
  Rake::Task['brandwatchapi'].execute( arguments.values.join( ' ' ) )
129
129
  else
130
130
  puts "WARNING: No Defaults set for custom task"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-10-10 00:00:00.000000000 Z
13
+ date: 2012-10-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake