filler 0.0.4 → 0.0.5

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 (4) hide show
  1. data/.gitignore +3 -0
  2. data/gem.gemspec +1 -1
  3. data/lib/filler.rb +0 -2
  4. metadata +3 -2
data/.gitignore ADDED
@@ -0,0 +1,3 @@
1
+ pkg
2
+ swp
3
+ gem
data/gem.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "filler"
3
- s.version = "0.0.4"
3
+ s.version = "0.0.5"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ["Tomas Karlsen"]
6
6
  s.email = ["tkarlsn@gmail.com"]
data/lib/filler.rb CHANGED
@@ -18,8 +18,6 @@ module Filler
18
18
  end
19
19
  end
20
20
 
21
- def get_text
22
-
23
21
  def get_text
24
22
  @w = Filler::Words.output_words
25
23
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tomas Karlsen
@@ -28,6 +28,7 @@ extensions: []
28
28
  extra_rdoc_files: []
29
29
 
30
30
  files:
31
+ - .gitignore
31
32
  - LICENSE
32
33
  - README.md
33
34
  - Rakefile