random_text 0.0.6.2 → 0.0.6.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +2 -2
  2. data/random_text.gemspec +2 -2
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -9,9 +9,9 @@ load 'tasks/rspec.rake'
9
9
  task :default => :spec
10
10
  task :test
11
11
 
12
- require File.dirname(__FILE__) + '/lib/random_text'
12
+ version = YAML.load_file(File.join(File.dirname(__FILE__), 'VERSION.yml')).join('.') rescue nil
13
13
 
14
- Echoe.new('random_text', RandomText::VERSION) do |p|
14
+ Echoe.new('random_text', version) do |p|
15
15
  p.author = "toy"
16
16
  p.summary = "A library to generate random strings."
17
17
  p.runtime_dependencies = ['activesupport']
data/random_text.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{random_text}
5
- s.version = "0.0.6.2"
5
+ s.version = "0.0.6.3"
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"]
9
- s.date = %q{2009-04-24}
9
+ s.date = %q{2009-05-02}
10
10
  s.description = %q{A library to generate random strings.}
11
11
  s.email = %q{}
12
12
  s.extra_rdoc_files = ["CHANGELOG", "lib/random_text/random_strings.rb", "lib/random_text/random_text.rb", "lib/random_text.rb", "README.rdoc", "tasks/rspec.rake"]
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.2
4
+ version: 0.0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - toy
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-24 00:00:00 +04:00
12
+ date: 2009-05-02 00:00:00 +04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency