ace 0.4 → 0.4.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/example/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- ace (0.3.2)
4
+ ace (0.4)
5
5
  template-inheritance
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- haml (3.1.1)
10
+ haml (3.1.2)
11
11
  nake (0.0.8)
12
12
  term-ansicolor
13
13
  nokogiri (1.4.4)
@@ -15,7 +15,7 @@ GEM
15
15
  haml
16
16
  tilt
17
17
  term-ansicolor (1.0.5)
18
- tilt (1.3.1)
18
+ tilt (1.3.2)
19
19
 
20
20
  PLATFORMS
21
21
  ruby
data/lib/ace/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Ace
4
- VERSION = "0.4"
4
+ VERSION = "0.4.1"
5
5
  end
@@ -19,6 +19,6 @@ gem "ace"
19
19
  gem "nake"
20
20
  gem "template-inheritance"
21
21
 
22
- group(:development)
22
+ group(:development) do
23
23
  gem "rack"
24
24
  end
@@ -10,4 +10,4 @@
10
10
  %body
11
11
  = block(:body)
12
12
  #footer
13
- &copy; <%= Time.now.year %> &ndash; #{Time.now.year} <%= @user %> | Powered by <a href="https://github.com/botanicus/ace">Ace</a>.
13
+ == &copy; <%= Time.now.year %> &ndash; #{Time.now.year} <%= @user %> | Powered by <a href="https://github.com/botanicus/ace">Ace</a>.
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: ace
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "0.4"
5
+ version: 0.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Jakub \xC5\xA0\xC5\xA5astn\xC3\xBD aka Botanicus"
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain:
12
- date: 2011-06-12 00:00:00 +02:00
12
+ date: 2011-06-14 00:00:00 +01:00
13
13
  default_executable: ace
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -121,7 +121,7 @@ has_rdoc: true
121
121
  homepage: http://github.com/botanicus/ace
122
122
  licenses: []
123
123
 
124
- post_install_message:
124
+ post_install_message: "[\e[32mVersion 0.4\e[0m] Added project generator (ace-gen).\n"
125
125
  rdoc_options: []
126
126
 
127
127
  require_paths: