proton 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/HISTORY.md CHANGED
@@ -1,3 +1,15 @@
1
+ Proton v0.3.3 - Jul 14, 2011
2
+ ----------------------------
3
+
4
+ Small fixes again.
5
+
6
+ ### Added:
7
+ * a confirmation message when running 'proton rack'.
8
+
9
+ ### Changed:
10
+ * the default site to read 'Proton' instead of 'Hyde' in the default title.
11
+ * Update 'proton rack' to generate Gemfile.lock.
12
+
1
13
  Proton v0.3.2 - Jun 22, 2011
2
14
  ----------------------------
3
15
 
@@ -24,5 +24,5 @@
24
24
 
25
25
  %div#footer
26
26
  %hr
27
- %p Generated by Hyde
27
+ %p Generated by Proton
28
28
 
@@ -1,5 +1,5 @@
1
1
  layout: default
2
- title: Your new Hyde site
2
+ title: Your new Proton site
3
3
  --
4
4
  %h1 It works!
5
5
  %p This is your new site. Feel free to take a look around!
@@ -1,2 +1,4 @@
1
+ source :rubygems
2
+
1
3
  gem "proton", "~> 0.3.2"
2
4
  gem "rack-cache", "~> 1.0.0"
@@ -110,6 +110,15 @@ class CLI < Shake
110
110
  FileUtils.cp f, '.'
111
111
  say_status :create, File.basename(f)
112
112
  end
113
+
114
+ err ""
115
+ err "Done! Your project is now Rack-compatible."
116
+ err "Test it out locally by:"
117
+ err ""
118
+ err " $ rackup"
119
+ err ""
120
+ err "You may now use your project as-is in a Rack-compatible environment,"
121
+ err "such as Pow, Heroku or a host that supports Passenger."
113
122
  end
114
123
 
115
124
  task.description = "Makes a project Rack-compatible."
@@ -1,5 +1,5 @@
1
1
  class Proton
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
 
4
4
  # Attribute: version (Proton)
5
5
  # Returns the version.
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: proton
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.2
5
+ version: 0.3.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Rico Sta. Cruz
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-22 00:00:00 +08:00
13
+ date: 2011-07-15 00:00:00 +08:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency