mack 0.8.3 → 0.8.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +4 -1
  2. data/lib/mack/version.rb +1 -1
  3. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ === 0.8.3.1
2
+ * [#246] Fixed mack-javascript isn't generating javascript
3
+
1
4
  === 0.8.3
2
5
  * [#243] Upgraded to Rack 0.9.1
3
6
  * [#242] Upgraded to DataMapper 0.9.9
@@ -10,7 +13,7 @@
10
13
  * gem: rspec 1.1.12
11
14
  * gem: configatron 2.2.2
12
15
  * gem: cachetastic 2.1.2
13
- * gem: data_mapper 0.9.8
16
+ * gem: data_mapper 0.9.9
14
17
  * gem: addressable 2.0.1
15
18
  * gem: extlib 0.9.9
16
19
 
@@ -1,3 +1,3 @@
1
1
  module Mack
2
- VERSION = '0.8.3' unless const_defined?("VERSION")
2
+ VERSION = '0.8.3.1' 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.3
4
+ version: 0.8.3.1
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: 2009-01-18 00:00:00 -05:00
12
+ date: 2009-01-27 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - "="
42
42
  - !ruby/object:Gem::Version
43
- version: 0.8.3
43
+ version: 0.8.3.1
44
44
  version:
45
45
  description: Mack is a powerful, yet simple, web application framework. It takes some cues from the likes of Rails and Merb, so it's not entirely unfamiliar. Mack hopes to provide developers a great framework for building, and deploying, portal and distributed applications.
46
46
  email: mark@mackframework.com