thincloud-test 0.1.0 → 0.1.1

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.
data/README.md CHANGED
@@ -60,7 +60,7 @@ $ rails generate thincloud:test
60
60
  2. Create your feature branch (`git checkout -b my-new-feature`)
61
61
  3. Commit your changes (`git commit -am 'Added some feature'`)
62
62
  4. Push to the branch (`git push origin my-new-feature`)
63
- 5. [Create a Pull Request](hhttps://github.com/newleaders/thincloud-test/pull/new)
63
+ 5. [Create a Pull Request](https://github.com/newleaders/thincloud-test/pull/new)
64
64
 
65
65
 
66
66
  ## License
@@ -27,6 +27,8 @@ module Thincloud
27
27
  empty_directory "spec/mailers"
28
28
  empty_directory "spec/helpers"
29
29
 
30
+ run "touch spec/{models,controllers,mailers,helpers}/.gitkeep"
31
+
30
32
  copy_file "spec_helper.rb", "spec/spec_helper.rb"
31
33
 
32
34
  copy_file "spec.rake", "lib/tasks/spec.rake"
@@ -1,5 +1,5 @@
1
1
  module Thincloud
2
2
  module Test
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["rbousquet@newleaders.com", "pcohen@newleaders.com"]
7
7
  gem.description = "Test harness generator for new Thincloud apps."
8
8
  gem.summary = "Test harness generator for new Thincloud apps."
9
- gem.homepage = "https://github.com/newleaders/thincloud-test"
9
+ gem.homepage = "http://newleaders.github.com/thincloud-test"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thincloud-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -33,7 +33,7 @@ files:
33
33
  - lib/thincloud-test.rb
34
34
  - lib/thincloud-test/version.rb
35
35
  - thincloud-test.gemspec
36
- homepage: https://github.com/newleaders/thincloud-test
36
+ homepage: http://newleaders.github.com/thincloud-test
37
37
  licenses: []
38
38
  post_install_message:
39
39
  rdoc_options: []