random_text 0.0.6 → 0.0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/random_text.rb +1 -1
  2. data/random_text.gemspec +1 -1
  3. metadata +1 -1
data/lib/random_text.rb CHANGED
@@ -10,7 +10,7 @@ require 'random_text/random_text'
10
10
  require 'random_text/random_strings'
11
11
 
12
12
  module RandomText
13
- VERSION = '0.0.6'
13
+ VERSION = '0.0.6.1'
14
14
 
15
15
  def self.add_dictionary(path)
16
16
  const_name = File.basename(path, File.extname(path)).classify
data/random_text.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{random_text}
5
- s.version = "0.0.6"
5
+ s.version = "0.0.6.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["toy"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: random_text
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - toy