andhapp-decoct 1.9.7 → 1.9.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -31,4 +31,9 @@ decoct {project-name}
31
31
  This would create a sinatra project with all the rspec dependencies. If a directory with the same name exists it will
32
32
  overwrite it. Just go into the directory on your command line and run the following command:
33
33
 
34
- RSPEC=true autotest
34
+ RSPEC=true autotest
35
+
36
+ Tests
37
+ ---
38
+
39
+ In order to run the test, please do ruby -rubygems test/decoct/ts_script.rb which makes the test independent of rubygems.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 7
2
+ :patch: 8
3
3
  :major: 1
4
4
  :minor: 9
data/decoct.gemspec CHANGED
@@ -1,12 +1,15 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
1
4
  # -*- encoding: utf-8 -*-
2
5
 
3
6
  Gem::Specification.new do |s|
4
7
  s.name = %q{decoct}
5
- s.version = "1.9.7"
8
+ s.version = "1.9.8"
6
9
 
7
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
11
  s.authors = ["Anuj Dutta"]
9
- s.date = %q{2009-08-17}
12
+ s.date = %q{2009-09-03}
10
13
  s.default_executable = %q{decoct}
11
14
  s.description = %q{Sinatra Rspec project generator}
12
15
  s.email = %q{anuj@andhapp.com}
@@ -38,7 +41,7 @@ Gem::Specification.new do |s|
38
41
  s.homepage = %q{http://github.com/andhapp/decoct}
39
42
  s.rdoc_options = ["--charset=UTF-8"]
40
43
  s.require_paths = ["lib"]
41
- s.rubygems_version = %q{1.3.4}
44
+ s.rubygems_version = %q{1.3.5}
42
45
  s.summary = %q{Its a simple gem which creates a project structure for sinatra to work with rspec, ZenTest, Growl, RedGreen, Rcov}
43
46
  s.test_files = [
44
47
  "test/decoct/ts_script.rb",
data/test/test_helper.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  $: << File.join(File.dirname(__FILE__), "/../lib")
2
2
 
3
- %w(rubygems redgreen test/unit shoulda fileutils).each{|x| require x}
3
+ %w(redgreen test/unit shoulda fileutils).each{|x| require x}
4
4
 
5
5
  require 'decoct'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: andhapp-decoct
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.7
4
+ version: 1.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anuj Dutta
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-17 00:00:00 -07:00
12
+ date: 2009-09-03 00:00:00 -07:00
13
13
  default_executable: decoct
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -82,7 +82,6 @@ files:
82
82
  - test/test_helper.rb
83
83
  has_rdoc: false
84
84
  homepage: http://github.com/andhapp/decoct
85
- licenses:
86
85
  post_install_message:
87
86
  rdoc_options:
88
87
  - --charset=UTF-8
@@ -103,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
102
  requirements: []
104
103
 
105
104
  rubyforge_project:
106
- rubygems_version: 1.3.5
105
+ rubygems_version: 1.2.0
107
106
  signing_key:
108
107
  specification_version: 3
109
108
  summary: Its a simple gem which creates a project structure for sinatra to work with rspec, ZenTest, Growl, RedGreen, Rcov