git-rails 0.2.0 → 0.2.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.tar.gz.sig CHANGED
Binary file
@@ -42,7 +42,7 @@ Main {
42
42
 
43
43
  mode(:install){
44
44
  description <<-txt
45
- installs a plugin from a remote git repostiory
45
+ installs a plugin from a remote git repository
46
46
 
47
47
  txt
48
48
 
@@ -9,6 +9,8 @@ module GitRails
9
9
  gitignore << "tmp/**/*\n"
10
10
  gitignore << ".DS_Store\n"
11
11
  gitignore << "public/cache/**/*\n"
12
+ gitignore << "doc/api\n"
13
+ gitignore << "doc/app\n"
12
14
  gitignore.close
13
15
  end
14
16
  FileUtils.mkdir_p("log")
@@ -2,7 +2,7 @@ module GitRails #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pascal Belloncle (nano RAILS)
metadata.gz.sig CHANGED
Binary file