stories_sync 0.0.4 → 0.0.5

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.
data/lib/stories_sync.rb CHANGED
@@ -37,7 +37,7 @@ class Stories < Thor
37
37
  end
38
38
 
39
39
  if new_local_stories.empty?
40
- say_status(:completed, "Your stories up to date.")
40
+ say_status(:complete, "Local stories up to date.")
41
41
  else
42
42
  new_local_stories.each_pair do |label, stories|
43
43
  stories.each do |story|
data/stories_sync.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "stories_sync"
3
- s.version = "0.0.4"
3
+ s.version = "0.0.5"
4
4
  s.summary = "Stories Sync"
5
5
  s.description = "Manage and syncrhonize your UATs with Pivotal Tracker."
6
6
  s.authors = ["Evelin Garcia", "Lucas Nasif"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stories_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evelin Garcia