copycopter_client 1.0.0.beta7 → 1.0.0.beta8

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.
@@ -173,6 +173,7 @@ Feature: Using copycopter in a rails app
173
173
  | test.one | expected one | unexpected one |
174
174
  | test.two | expected two | unexpected two |
175
175
  When I successfully rake "copycopter:deploy"
176
+ And the output should contain "Successfully marked all blurbs as published"
176
177
  Then the "abc123" project should have the following blurbs:
177
178
  | key | draft content | published content |
178
179
  | test.one | expected one | expected one |
@@ -1,6 +1,6 @@
1
1
  module CopycopterClient
2
2
  # Client version
3
- VERSION = "1.0.0.beta7"
3
+ VERSION = "1.0.0.beta8"
4
4
 
5
5
  # API version being used to communicate with the server
6
6
  API_VERSION = "2.0"
@@ -2,5 +2,6 @@ namespace :copycopter do
2
2
  desc "Notify Copycopter of a new deploy."
3
3
  task :deploy => :environment do
4
4
  CopycopterClient.deploy
5
+ puts "Successfully marked all blurbs as published."
5
6
  end
6
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: copycopter_client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 299253591
4
+ hash: 299253588
5
5
  prerelease: true
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
- - beta7
11
- version: 1.0.0.beta7
10
+ - beta8
11
+ version: 1.0.0.beta8
12
12
  platform: ruby
13
13
  authors:
14
14
  - thoughtbot