tinynews 1.0.2 → 1.0.3
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/README.md +2 -3
- data/lib/tinynews.rb +1 -1
- data/lib/tinynews/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -23,9 +23,8 @@ Further info: (Nothing pretty much ;))
|
|
|
23
23
|
|
|
24
24
|
## Todo:
|
|
25
25
|
|
|
26
|
-
1.
|
|
27
|
-
2.
|
|
28
|
-
3. Format list command to include the options better.
|
|
26
|
+
1. Provide better help
|
|
27
|
+
2. Format list command to include the options better.
|
|
29
28
|
|
|
30
29
|
## Contributing
|
|
31
30
|
|
data/lib/tinynews.rb
CHANGED
|
@@ -25,7 +25,7 @@ module TinyNews
|
|
|
25
25
|
source_file = File.expand_path('~/.tinynews.yml')
|
|
26
26
|
unless File.file?( source_file )
|
|
27
27
|
File.open( source_file, "w") do |f|
|
|
28
|
-
f.write( File.open("
|
|
28
|
+
f.write( File.open("../sources.yml", "r").read )
|
|
29
29
|
end
|
|
30
30
|
end
|
|
31
31
|
f = open(source_file, "r").read
|
data/lib/tinynews/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tinynews
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -149,7 +149,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
149
149
|
version: '0'
|
|
150
150
|
segments:
|
|
151
151
|
- 0
|
|
152
|
-
hash:
|
|
152
|
+
hash: -1893358399065257853
|
|
153
153
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
154
|
none: false
|
|
155
155
|
requirements:
|
|
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
158
158
|
version: '0'
|
|
159
159
|
segments:
|
|
160
160
|
- 0
|
|
161
|
-
hash:
|
|
161
|
+
hash: -1893358399065257853
|
|
162
162
|
requirements: []
|
|
163
163
|
rubyforge_project:
|
|
164
164
|
rubygems_version: 1.8.23
|