consadole_aggregator 0.2.0 → 0.2.1

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/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 1.9.3-p327
data/Gemfile.lock CHANGED
@@ -1,62 +1,66 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- consadole_aggregator (0.0.1)
4
+ consadole_aggregator (0.2.0)
5
+ eventmachine
6
+ httpclient
7
+ nokogiri
8
+ twitter
5
9
 
6
10
  GEM
7
11
  remote: http://rubygems.org/
8
12
  specs:
9
- activesupport (3.2.3)
10
- i18n (~> 0.6)
11
- multi_json (~> 1.0)
12
- addressable (2.2.7)
13
+ coderay (1.0.8)
13
14
  diff-lcs (1.1.3)
14
- eventmachine (0.12.10)
15
- faraday (0.7.6)
16
- addressable (~> 2.2)
15
+ eventmachine (1.0.0)
16
+ faraday (0.8.4)
17
17
  multipart-post (~> 1.1)
18
- rack (~> 1.1)
19
- ffi (1.0.11)
20
- guard (1.0.1)
21
- ffi (>= 0.5.0)
22
- thor (~> 0.14.6)
23
- guard-rspec (0.7.0)
24
- guard (>= 0.10.0)
25
- httpclient (2.2.4)
26
- i18n (0.6.0)
27
- multi_json (1.2.0)
18
+ guard (1.6.2)
19
+ listen (>= 0.6.0)
20
+ lumberjack (>= 1.0.2)
21
+ pry (>= 0.9.10)
22
+ terminal-table (>= 1.4.3)
23
+ thor (>= 0.14.6)
24
+ guard-rspec (2.4.0)
25
+ guard (>= 1.1)
26
+ rspec (~> 2.11)
27
+ httpclient (2.3.2)
28
+ listen (0.7.2)
29
+ lumberjack (1.0.2)
30
+ method_source (0.8.1)
31
+ multi_json (1.5.0)
28
32
  multipart-post (1.1.5)
29
- nokogiri (1.5.2)
30
- rack (1.4.1)
31
- rake (0.9.2.2)
32
- rspec (2.9.0)
33
- rspec-core (~> 2.9.0)
34
- rspec-expectations (~> 2.9.0)
35
- rspec-mocks (~> 2.9.0)
36
- rspec-core (2.9.0)
37
- rspec-expectations (2.9.1)
33
+ nokogiri (1.5.6)
34
+ pry (0.9.11.4)
35
+ coderay (~> 1.0.5)
36
+ method_source (~> 0.8)
37
+ slop (~> 3.4)
38
+ rake (10.0.3)
39
+ rspec (2.12.0)
40
+ rspec-core (~> 2.12.0)
41
+ rspec-expectations (~> 2.12.0)
42
+ rspec-mocks (~> 2.12.0)
43
+ rspec-core (2.12.2)
44
+ rspec-expectations (2.12.1)
38
45
  diff-lcs (~> 1.1.3)
39
- rspec-mocks (2.9.0)
46
+ rspec-mocks (2.12.2)
40
47
  ruby_gntp (0.3.4)
41
- simple_oauth (0.1.5)
42
- thor (0.14.6)
43
- twitter (2.2.0)
44
- activesupport (>= 2.3.9, < 4)
45
- faraday (~> 0.7)
48
+ simple_oauth (0.2.0)
49
+ slop (3.4.3)
50
+ terminal-table (1.4.5)
51
+ thor (0.17.0)
52
+ twitter (4.5.0)
53
+ faraday (~> 0.8, < 0.10)
46
54
  multi_json (~> 1.0)
47
- simple_oauth (~> 0.1)
55
+ simple_oauth (~> 0.2)
48
56
 
49
57
  PLATFORMS
50
58
  ruby
51
59
 
52
60
  DEPENDENCIES
53
61
  consadole_aggregator!
54
- eventmachine
55
62
  guard
56
63
  guard-rspec
57
- httpclient
58
- nokogiri
59
64
  rake
60
65
  rspec
61
66
  ruby_gntp
62
- twitter
@@ -74,13 +74,13 @@ module ConsadoleAggregator
74
74
  begin
75
75
  yield article if block_given?
76
76
  add_updated article
77
- ConsadoleAggregator.logger.info article
77
+ ConsadoleAggregator.logger.info('%s: %s'%[name, article])
78
78
  rescue
79
- ConsadoleAggregator.logger.error $!
79
+ ConsadoleAggregator.logger.error('%s: %s'%[name, $!])
80
80
  end
81
81
  }
82
82
  rescue
83
- ConsadoleAggregator.logger.error $!
83
+ ConsadoleAggregator.logger.error('%s: %s'%[name, $!])
84
84
  end
85
85
 
86
86
  private
@@ -1,3 +1,3 @@
1
1
  module ConsadoleAggregator
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: consadole_aggregator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-29 00:00:00.000000000 Z
12
+ date: 2013-02-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -149,7 +149,7 @@ extra_rdoc_files: []
149
149
  files:
150
150
  - .gitignore
151
151
  - .rspec
152
- - .rvmrc
152
+ - .ruby-version
153
153
  - .travis.yml
154
154
  - Gemfile
155
155
  - Gemfile.lock
data/.rvmrc DELETED
@@ -1 +0,0 @@
1
- rvm 1.9.3