readable_random 0.1.2 → 0.1.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.
@@ -1,9 +1,6 @@
1
- desc "Run all specs in spec directory"
2
- task :default do
3
- options = "--colour --format progress --loadby --reverse"
4
- files = FileList['spec/**/*_spec.rb']
5
- system("spec #{options} #{files}")
6
- end
1
+ task :default => :spec
2
+ require 'spec/rake/spectask'
3
+ Spec::Rake::SpecTask.new {|t| t.spec_opts = ['--color']}
7
4
 
8
5
  begin
9
6
  require 'jeweler'
@@ -14,16 +11,9 @@ begin
14
11
  gem.email = "grosser.michael@gmail.com"
15
12
  gem.homepage = "http://github.com/grosser/#{project_name}"
16
13
  gem.authors = ["Michael Grosser"]
17
- gem.rubyforge_project = 'readable-random'
18
14
  end
19
15
 
20
- # fake task so that rubyforge:release works
21
- task :rdoc do
22
- `mkdir rdoc`
23
- `echo documentation is at http://github.com/grosser/#{project_name} > rdoc/README.rdoc`
24
- end
25
-
26
- Jeweler::RubyforgeTasks.new
16
+ Jeweler::GemcutterTasks.new
27
17
  rescue LoadError
28
18
  puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
29
19
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -1,15 +1,15 @@
1
1
  # Generated by jeweler
2
- # DO NOT EDIT THIS FILE
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile.rb, and run the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{readable_random}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Grosser"]
12
- s.date = %q{2009-10-22}
12
+ s.date = %q{2009-11-22}
13
13
  s.description = %q{Readable random strings for coupons or tokens}
14
14
  s.email = %q{grosser.michael@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -21,7 +21,6 @@ Gem::Specification.new do |s|
21
21
  "VERSION",
22
22
  "init.rb",
23
23
  "lib/readable_random.rb",
24
- "rdoc/README.rdoc",
25
24
  "readable_random.gemspec",
26
25
  "spec/readable_random_spec.rb",
27
26
  "spec/spec_helper.rb"
@@ -29,7 +28,6 @@ Gem::Specification.new do |s|
29
28
  s.homepage = %q{http://github.com/grosser/readable_random}
30
29
  s.rdoc_options = ["--charset=UTF-8"]
31
30
  s.require_paths = ["lib"]
32
- s.rubyforge_project = %q{readable-random}
33
31
  s.rubygems_version = %q{1.3.5}
34
32
  s.summary = %q{Readable random strings for coupons or tokens}
35
33
  s.test_files = [
@@ -47,3 +45,4 @@ Gem::Specification.new do |s|
47
45
  else
48
46
  end
49
47
  end
48
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: readable_random
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-22 00:00:00 +02:00
12
+ date: 2009-11-22 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -27,7 +27,6 @@ files:
27
27
  - VERSION
28
28
  - init.rb
29
29
  - lib/readable_random.rb
30
- - rdoc/README.rdoc
31
30
  - readable_random.gemspec
32
31
  - spec/readable_random_spec.rb
33
32
  - spec/spec_helper.rb
@@ -54,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
53
  version:
55
54
  requirements: []
56
55
 
57
- rubyforge_project: readable-random
56
+ rubyforge_project:
58
57
  rubygems_version: 1.3.5
59
58
  signing_key:
60
59
  specification_version: 3
@@ -1 +0,0 @@
1
- documentation is at http://github.com/grosser/readable_random