template 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -1,17 +1,15 @@
1
- = template
2
-
3
- Description goes here.
4
-
5
- == Contributing to template
6
-
7
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
8
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
9
- * Fork the project
10
- * Start a feature/bugfix branch
11
- * Commit and push until you are happy with your contribution
12
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
1
+ Description:
2
+ Generates some necessary files to start creating webapp from rails
14
3
 
4
+ Example:
5
+ add to gem file: gem 'template'
6
+ bundle
7
+ rails g skeleton APPNAME
8
+ Yes to overwrites
9
+ rails plugin install http://github.com/rahim/easypg.git
10
+ rake db:setup
11
+ rm public/index.html
12
+ rails s
15
13
  == Copyright
16
14
 
17
15
  Copyright (c) 2010 Yule. See LICENSE.txt for
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.4.0
@@ -3,7 +3,8 @@
3
3
  <head>
4
4
  <title>Site title <%= @name %></title>
5
5
  <%%= stylesheet_link_tag :all %>
6
- <%%= javascript_include_tag :defaults %>
6
+ <%%= javascript_include_tag 'https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'%>
7
+ <%%= javascript_include_tag 'application' %>
7
8
  <%%= csrf_meta_tag %>
8
9
  </head>
9
10
  <body>
data/template.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{template}
8
- s.version = "0.3.0"
8
+ s.version = "0.4.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Yule"]
12
- s.date = %q{2010-12-22}
12
+ s.date = %q{2011-02-02}
13
13
  s.description = %q{Creates a bunch of files that most apps will have. Shoudl be used at the beginning of the project. Stops the tedious job of having to set up page templates etc}
14
14
  s.email = %q{paul.brennan@ahc.uk.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: template
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 3
8
+ - 4
9
9
  - 0
10
- version: 0.3.0
10
+ version: 0.4.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Yule
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-22 00:00:00 +00:00
18
+ date: 2011-02-02 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency