agileanimal-integrity-twitter 1.0.3 → 1.0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -10,8 +10,18 @@ This lets Integrity send a tweet after each build is made.
10
10
 
11
11
  Forked from Chris Saylor.
12
12
 
13
- Configuration with Integrity
14
- ============================
13
+ Things You NEED to Know
14
+ =======================
15
+
16
+ There are two things you need to know before you do any of this.
17
+
18
+ * When twitter switches over to OAuth this is going to explode. Not sure
19
+ if I will have fixed it by then. Kinda relevant.
20
+
21
+ * The Specs are not happy. I am working on finding out why but this
22
+ code is untested. It makes me feel dirty too. As soon as I can I will
23
+ figure out the options. At this point I am not sure that RSpec is
24
+ going to work anymore (which is making me grumpy).
15
25
 
16
26
 
17
27
 
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('integrity-twitter', '1.0.3') do |e|
5
+ Echoe.new('integrity-twitter', '1.0.3.1') do |e|
6
6
  e.summary = "Twitter notifier for the Integrity continuous integration server"
7
7
  e.description = "Easily let Integrity tweet after each build"
8
8
  e.url = "http://integrityapp.com"
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{integrity-twitter}
5
- s.version = "1.0.3"
5
+ s.version = "1.0.3.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Mark Madsen","Chris Saylor"]
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.description = %q{Easily let Integrity tweet after each build}
11
11
  s.email = %q{mark@___.___}
12
12
  s.extra_rdoc_files = ["lib/notifier/config.haml", "lib/notifier/integrity_twitter.rb", "README.markdown"]
13
- s.files = ["integrity-twitter.gemspec", "lib/notifier/config.haml", "lib/notifier/integrity_twitter.rb", "Manifest", "Rakefile", "README.markdown", "spec/integrity_twitter_spec.rb", "spec/spec_helper.rb"]
13
+ s.files = ["integrity-twitter.gemspec", "lib/notifier/config.haml", "lib/notifier/integrity_twitter.rb", "Rakefile", "README.markdown", "spec/integrity_twitter_spec.rb", "spec/spec_helper.rb"]
14
14
  s.homepage = %q{http://integrityapp.com}
15
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Integrity-twitter", "--main", "README.markdown"]
16
16
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agileanimal-integrity-twitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Madsen
@@ -47,7 +47,6 @@ files:
47
47
  - integrity-twitter.gemspec
48
48
  - lib/notifier/config.haml
49
49
  - lib/notifier/integrity_twitter.rb
50
- - Manifest
51
50
  - Rakefile
52
51
  - README.markdown
53
52
  - spec/integrity_twitter_spec.rb
data/Manifest DELETED
@@ -1,8 +0,0 @@
1
- integrity-twitter.gemspec
2
- lib/notifier/config.haml
3
- lib/notifier/integrity_twitter.rb
4
- Rakefile
5
- README.markdown
6
- spec/integrity_twitter_spec.rb
7
- spec/spec_helper.rb
8
- Manifest