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.
- data/munger.gemspec +1 -1
- 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.
|
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!"
|