sandmanapp 0.3 → 0.4

Sign up to get free protection for your applications and to get access to all the features.
data/lib/sandmanapp.rb CHANGED
@@ -1,4 +1,4 @@
1
- require 'CGI'
1
+ require 'cgi'
2
2
  require 'net/http'
3
3
 
4
4
  module Sandmanapp
@@ -1,3 +1,3 @@
1
1
  module Sandmanapp
2
- VERSION = "0.3"
2
+ VERSION = "0.4"
3
3
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sandmanapp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 3
9
- version: "0.3"
8
+ - 4
9
+ version: "0.4"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Florian Herlings