tsrails 2.0.0 → 2.0.2
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 +2 -0
- data/Rakefile +1 -1
- data/template/tsrails_3_2.rb +4 -3
- data/tsrails.gemspec +2 -2
- metadata +7 -7
data/README.md
CHANGED
@@ -117,6 +117,8 @@ Initializers (in config/initializers)
|
|
117
117
|
Version History
|
118
118
|
---------------
|
119
119
|
|
120
|
+
- 2.0.2 - 2012 Feb 23 - Minor release fix
|
121
|
+
- 2.0.1 - 2012 Feb 23 - Modified template file to more easily change Ruby versions
|
120
122
|
- 2.0.0 - 2012 Jan 30 - Updated for Rails 3.2
|
121
123
|
- 1.2.2 - 2011 Jan 11 - Using jquery-rails gem instead of doing the heavy lifting ourselves
|
122
124
|
- 1.2.1 - 2010 Dec 19 - Replaced RVM Ruby 1.9.2-head with REE 1.8.7-head
|
data/Rakefile
CHANGED
data/template/tsrails_3_2.rb
CHANGED
@@ -10,6 +10,7 @@ require 'net/ssh'
|
|
10
10
|
|
11
11
|
template_root = File.expand_path(File.join(File.dirname(__FILE__)))
|
12
12
|
source_paths << File.join(template_root, "files")
|
13
|
+
ruby_version = "1.9.3"
|
13
14
|
|
14
15
|
#============================================================================
|
15
16
|
# Global configuration
|
@@ -55,10 +56,10 @@ printf "**********************************************************************\n
|
|
55
56
|
#============================================================================
|
56
57
|
|
57
58
|
section "Making an RVM gemset for #{@app_name}"
|
58
|
-
run "rvm
|
59
|
+
run "rvm #{ruby_version}"
|
59
60
|
run "rvm gemset create #{@app_name}"
|
60
61
|
run "rvm gemset use #{@app_name}"
|
61
|
-
run "echo \"rvm ruby
|
62
|
+
run "echo \"rvm ruby-#{ruby_version}@#{@app_name}\" > .rvmrc"
|
62
63
|
|
63
64
|
#============================================================================
|
64
65
|
# Remove unneeded files
|
@@ -230,4 +231,4 @@ printf "======================================================================\n
|
|
230
231
|
printf "\n"
|
231
232
|
|
232
233
|
printf "To complete application setup, you will need to verify the Apache\n"
|
233
|
-
printf "configuration and install it on the server.\n"
|
234
|
+
printf "configuration and install it on the server.\n"
|
data/tsrails.gemspec
CHANGED
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
|
|
4
4
|
s.rubygems_version = '1.3.5'
|
5
5
|
|
6
6
|
s.name = 'tsrails'
|
7
|
-
s.version = '2.0.
|
8
|
-
s.date = '2012-
|
7
|
+
s.version = '2.0.2'
|
8
|
+
s.date = '2012-02-23'
|
9
9
|
|
10
10
|
s.summary = "Generate a Rails app using Taylored Software's best practices."
|
11
11
|
s.description = <<-HERE
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tsrails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-02-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
|
-
requirement: &
|
16
|
+
requirement: &70300100980240 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: 3.2.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70300100980240
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: colored
|
27
|
-
requirement: &
|
27
|
+
requirement: &70300100973660 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: '1.2'
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70300100973660
|
36
36
|
description: ! "TSWRails is a base Rails project that you can upgrade. It is used
|
37
37
|
by\nTaylored Software to get a jump start on a working app. \n"
|
38
38
|
email: rubygems@taylored-software.com
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
103
|
version: '0'
|
104
104
|
requirements: []
|
105
105
|
rubyforge_project:
|
106
|
-
rubygems_version: 1.8.
|
106
|
+
rubygems_version: 1.8.17
|
107
107
|
signing_key:
|
108
108
|
specification_version: 2
|
109
109
|
summary: Generate a Rails app using Taylored Software's best practices.
|