endymion-ginsu 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (7) hide show
  1. data/README.textile +1 -1
  2. data/VERSION +1 -1
  3. data/ginsu.gemspec +3 -4
  4. data/init.rb +1 -1
  5. data/rails/init.rb +1 -0
  6. metadata +2 -3
  7. data/README +0 -13
data/README.textile CHANGED
@@ -54,7 +54,7 @@ Install the Ginsu gem in your Rails application by adding this to your config/en
54
54
  config.gem "endymion-ginsu",
55
55
  :lib => 'ginsu',
56
56
  :source => 'http://gems.github.com',
57
- :version => '>=0.0.0'
57
+ :version => '>=0.1.0'
58
58
 
59
59
  Make sure that you have the gem:
60
60
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/ginsu.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ginsu}
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Ryan Porter"]
@@ -10,12 +10,10 @@ Gem::Specification.new do |s|
10
10
  s.description = %q{Ginsu is a Ruby on Rails plugin for carving partials out of static web sites, for including graphic designers in the agile process for developing a web project.}
11
11
  s.email = %q{rap@endymion.com}
12
12
  s.extra_rdoc_files = [
13
- "README",
14
- "README.textile"
13
+ "README.textile"
15
14
  ]
16
15
  s.files = [
17
16
  "MIT-LICENSE",
18
- "README",
19
17
  "README.textile",
20
18
  "Rakefile",
21
19
  "VERSION",
@@ -28,6 +26,7 @@ Gem::Specification.new do |s|
28
26
  "lib/ginsu.rb",
29
27
  "lib/ginsu/config.rb",
30
28
  "lib/ginsu/knife.rb",
29
+ "rails/init.rb",
31
30
  "tasks/ginsu_tasks.rake",
32
31
  "test/ginsu_test.rb",
33
32
  "test/test_helper.rb",
data/init.rb CHANGED
@@ -1 +1 @@
1
- # Include hook code here
1
+ require File.dirname(__FILE__) + "/rails/init"
data/rails/init.rb ADDED
@@ -0,0 +1 @@
1
+ # Include hook code here
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: endymion-ginsu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Porter
@@ -20,11 +20,9 @@ executables: []
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files:
23
- - README
24
23
  - README.textile
25
24
  files:
26
25
  - MIT-LICENSE
27
- - README
28
26
  - README.textile
29
27
  - Rakefile
30
28
  - VERSION
@@ -37,6 +35,7 @@ files:
37
35
  - lib/ginsu.rb
38
36
  - lib/ginsu/config.rb
39
37
  - lib/ginsu/knife.rb
38
+ - rails/init.rb
40
39
  - tasks/ginsu_tasks.rake
41
40
  - test/ginsu_test.rb
42
41
  - test/test_helper.rb
data/README DELETED
@@ -1,13 +0,0 @@
1
- Ginsu
2
- =====
3
-
4
- Introduction goes here.
5
-
6
-
7
- Example
8
- =======
9
-
10
- Example goes here.
11
-
12
-
13
- Copyright (c) 2009 [name of plugin creator], released under the MIT license