mack 0.8.0.100 → 0.8.0.101

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.
Files changed (3) hide show
  1. data/CHANGELOG +1 -1
  2. data/lib/mack/version.rb +1 -1
  3. metadata +4 -4
data/CHANGELOG CHANGED
@@ -1,4 +1,4 @@
1
- === 0.8.0.1
1
+ === 0.8.0.2
2
2
  * [#190] Fixed ViewTemplate methods can easily be overridden
3
3
 
4
4
  === 0.8.0
@@ -1,3 +1,3 @@
1
1
  module Mack
2
- VERSION = '0.8.0.100' unless const_defined?("VERSION")
2
+ VERSION = '0.8.0.101' unless const_defined?("VERSION")
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.100
4
+ version: 0.8.0.101
5
5
  platform: ruby
6
6
  authors:
7
7
  - markbates
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-06 00:00:00 -04:00
12
+ date: 2008-10-11 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - "="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.8.0.100
33
+ version: 0.8.0.101
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: configatron
@@ -317,7 +317,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
317
317
  requirements: []
318
318
 
319
319
  rubyforge_project: magrathea
320
- rubygems_version: 1.3.0
320
+ rubygems_version: 1.2.0
321
321
  signing_key:
322
322
  specification_version: 2
323
323
  summary: Mack is a powerful, yet simple, web application framework.