rails-alertify 0.2.12 → 0.2.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module AlertifyRails
2
- VERSION = "0.2.12"
2
+ VERSION = "0.2.13"
3
3
  end
@@ -1,4 +1,4 @@
1
- require 'alertify-rails/version'
1
+ require 'rails-alertify/version'
2
2
  module Alertify
3
3
  module Rails
4
4
  if defined?(::Rails) and ::Rails.version >= "3.1"
@@ -1,7 +1,7 @@
1
1
  $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  # Maintain your gem's version:
4
- require "alertify-rails/version"
4
+ require "rails-alertify/version"
5
5
 
6
6
  # Describe your gem and declare its dependencies:
7
7
  Gem::Specification.new do |s|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-alertify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.2.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -23,8 +23,8 @@ files:
23
23
  - MIT-LICENSE
24
24
  - README.md
25
25
  - Rakefile
26
- - lib/alertify-rails.rb
27
- - lib/alertify-rails/version.rb
26
+ - lib/rails-alertify.rb
27
+ - lib/rails-alertify/version.rb
28
28
  - rails-alertify.gemspec
29
29
  - vendor/assets/javascripts/alertify.js
30
30
  - vendor/assets/stylesheets/alertify/core.css