flashover 0.0.3 → 0.0.4
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.
- data/Gemfile.lock +1 -1
- data/flashover.gemspec +2 -2
- data/lib/flashover.rb +3 -2
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/flashover.gemspec
CHANGED
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
|
|
7
7
|
## If your rubyforge_project name is different, then edit it and comment out
|
8
8
|
## the sub! line in the Rakefile
|
9
9
|
s.name = 'flashover'
|
10
|
-
s.version = '0.0.
|
11
|
-
s.date = '2013-02-
|
10
|
+
s.version = '0.0.4'
|
11
|
+
s.date = '2013-02-22'
|
12
12
|
# s.rubyforge_project = 'flashover'
|
13
13
|
|
14
14
|
## Make sure your summary is short. The description may be as long
|
data/lib/flashover.rb
CHANGED
@@ -4,7 +4,7 @@ require "openssl"
|
|
4
4
|
|
5
5
|
class Flashover
|
6
6
|
|
7
|
-
VERSION = "0.0.
|
7
|
+
VERSION = "0.0.4"
|
8
8
|
|
9
9
|
MESSAGE_TYPES = [
|
10
10
|
:sms,
|
@@ -12,7 +12,8 @@ class Flashover
|
|
12
12
|
:email,
|
13
13
|
:page_view,
|
14
14
|
:generic,
|
15
|
-
:backup
|
15
|
+
:backup,
|
16
|
+
:notification
|
16
17
|
].freeze
|
17
18
|
|
18
19
|
attr_accessor :redis, :environment
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flashover
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-02-
|
12
|
+
date: 2013-02-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: redis
|
@@ -92,7 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
92
92
|
version: '0'
|
93
93
|
segments:
|
94
94
|
- 0
|
95
|
-
hash: -
|
95
|
+
hash: -4195538493872822594
|
96
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
97
97
|
none: false
|
98
98
|
requirements:
|