stories_sync 0.0.1 → 0.0.2
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/stories_sync.gemspec +2 -2
- metadata +1 -2
- data/bin/stories +0 -9
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.
|
3
|
+
s.version = "0.0.2"
|
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"]
|
@@ -8,6 +8,6 @@ Gem::Specification.new do |s|
|
|
8
8
|
|
9
9
|
s.rubyforge_project = "stories_sync"
|
10
10
|
|
11
|
-
s.files = ["README.markdown", "lib/pivotal.rb", "lib/stories_sync.rb", "
|
11
|
+
s.files = ["README.markdown", "lib/pivotal.rb", "lib/stories_sync.rb", "stories_sync.gemspec"]
|
12
12
|
end
|
13
13
|
|
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
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Evelin Garcia
|
@@ -27,7 +27,6 @@ files:
|
|
27
27
|
- README.markdown
|
28
28
|
- lib/pivotal.rb
|
29
29
|
- lib/stories_sync.rb
|
30
|
-
- bin/stories
|
31
30
|
- stories_sync.gemspec
|
32
31
|
has_rdoc: true
|
33
32
|
homepage:
|