cinch-endi 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.
Files changed (5) hide show
  1. data/Changelog.md +15 -0
  2. data/README.md +2 -2
  3. data/VERSION +1 -1
  4. data/cinch-endi.gemspec +1 -1
  5. metadata +5 -7
@@ -0,0 +1,15 @@
1
+ # EndiFeed Changelog
2
+
3
+ ## 0.0.2
4
+
5
+ Released July 16, 2013 ([0.0.2](https://github.com/jonahoffline/cinch-endi/tree/v0.0.2)).
6
+
7
+ * Update version to 0.0.2
8
+ * Update gemspec depedency (endi_feed) to version 0.0.2
9
+ * Add Changelog.
10
+
11
+ ## 0.0.1
12
+
13
+ Released June 04, 2013 ([0.0.1](https://github.com/jonahoffline/cinch-endi/tree/v0.0.1)).
14
+
15
+ * Initial Release.
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  Cinch::Endi [![Gem Version](https://badge.fury.io/rb/cinch-endi.png)](http://badge.fury.io/rb/cinch-endi) [![Dependency Status](https://gemnasium.com/jonahoffline/cinch-endi.png)](https://gemnasium.com/jonahoffline/cinch-endi) [![Code Climate](https://codeclimate.com/github/jonahoffline/cinch-endi.png)](https://codeclimate.com/github/jonahoffline/cinch-endi)
2
2
  =================
3
3
 
4
- Endi is a Cinch plugin for getting the latest news from endi.com
5
- Endi / El Nuevo Dia is a Puerto Rican newspaper.
4
+ Endi is a Cinch plugin for getting the latest news from endi.com .
5
+ El Nuevo Dia is a Puerto Rican newspaper.
6
6
 
7
7
  Installation
8
8
  ---------------------
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.required_ruby_version = '>= 1.9.3'
18
18
 
19
19
  spec.add_dependency 'cinch', '~> 2.0.5'
20
- spec.add_dependency 'endi_feed', '~> 0.0.1'
20
+ spec.add_dependency 'endi_feed', '~> 0.0.2'
21
21
 
22
22
  spec.add_development_dependency 'bundler', '~> 1.3'
23
23
  spec.add_development_dependency 'rake'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cinch-endi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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: 2013-07-04 00:00:00.000000000 Z
12
+ date: 2013-07-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cinch
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - ~>
36
36
  - !ruby/object:Gem::Version
37
- version: 0.0.1
37
+ version: 0.0.2
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
- version: 0.0.1
45
+ version: 0.0.2
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: bundler
48
48
  requirement: !ruby/object:Gem::Requirement
@@ -85,6 +85,7 @@ files:
85
85
  - .gitignore
86
86
  - .ruby-gemset
87
87
  - .ruby-version
88
+ - Changelog.md
88
89
  - Gemfile
89
90
  - LICENSE
90
91
  - README.md
@@ -111,9 +112,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
112
  - - ! '>='
112
113
  - !ruby/object:Gem::Version
113
114
  version: '0'
114
- segments:
115
- - 0
116
- hash: 1919150058774790695
117
115
  requirements: []
118
116
  rubyforge_project:
119
117
  rubygems_version: 1.8.25