stories_sync 0.0.1 → 0.0.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/stories_sync.gemspec +2 -2
  2. metadata +1 -2
  3. 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.1"
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", "bin/stories", "stories_sync.gemspec"]
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.1
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:
data/bin/stories DELETED
@@ -1,9 +0,0 @@
1
- #! /usr/bin/env ruby -rubygems
2
-
3
- require File.join(File.dirname(__FILE__), "..", "lib", "stories_sync.rb")
4
-
5
- if File.exists?("Thorfile")
6
- load("Thorfile")
7
- end
8
-
9
- Stories.start