tinynews 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -23,9 +23,8 @@ Further info: (Nothing pretty much ;))
23
23
 
24
24
  ## Todo:
25
25
 
26
- 1. Providing a configuration file in the home directory to configure news sources.
27
- 2. Provide better help
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("./sources.yml", "r").read )
28
+ f.write( File.open("../sources.yml", "r").read )
29
29
  end
30
30
  end
31
31
  f = open(source_file, "r").read
@@ -1,3 +1,3 @@
1
1
  module TinyNews
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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.2
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: 787080775389177161
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: 787080775389177161
161
+ hash: -1893358399065257853
162
162
  requirements: []
163
163
  rubyforge_project:
164
164
  rubygems_version: 1.8.23