apprise-rails 1.5 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module AppriseJS
2
2
  module Rails
3
- class Engine > ::Rails:Engine
3
+ class Engine < ::Rails::Engine
4
4
  end
5
5
  end
6
6
  end
@@ -1,5 +1,6 @@
1
1
  module AppriseJS
2
2
  module Rails
3
- VERSION = '1.5'
3
+ VERSION = '1.5.1'
4
+ APPRISE_VERSION = '1.5'
4
5
  end
5
6
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apprise-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- version: "1.5"
9
+ - 1
10
+ version: 1.5.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - John Colvin