mack 0.8.0.2 → 0.8.0.100

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 +2 -2
data/CHANGELOG CHANGED
@@ -1,4 +1,4 @@
1
- === 0.8.0.2
1
+ === 0.8.0.1
2
2
  * [#190] Fixed ViewTemplate methods can easily be overridden
3
3
 
4
4
  === 0.8.0
data/lib/mack/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mack
2
- VERSION = '0.8.0.2' unless const_defined?("VERSION")
2
+ VERSION = '0.8.0.100' 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.2
4
+ version: 0.8.0.100
5
5
  platform: ruby
6
6
  authors:
7
7
  - markbates
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - "="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.8.0.2
33
+ version: 0.8.0.100
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: configatron