elskwid-munger 0.1.4.2 → 0.1.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/munger.gemspec +1 -1
  2. metadata +2 -2
data/munger.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.platform = Gem::Platform::RUBY
3
3
  s.name = "elskwid-munger"
4
- s.version = "0.1.4.2"
4
+ s.version = "0.1.4.3"
5
5
  s.authors = ['Scott Chacon', 'Brandon Mitchell', 'Don Morrison', 'Eric Lindvall']
6
6
  s.email = "elskwid@gmail.com"
7
7
  s.summary = "A reporting engine in Ruby - the elskwid fork!"
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 1
8
8
  - 4
9
- - 2
10
- version: 0.1.4.2
9
+ - 3
10
+ version: 0.1.4.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Scott Chacon