ultimate-flash 0.8.0 → 0.8.1

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/.gitignore CHANGED
@@ -2,3 +2,4 @@
2
2
  .bundle
3
3
  pkg/*
4
4
  .idea/
5
+ Gemfile.lock
data/Gemfile CHANGED
@@ -1,4 +1,3 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- # Specify your gem's dependencies in ultimate-flash.gemspec
4
3
  gemspec
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011-2012 Dmitry Karpunin (aka KODer) koderfunk@gmail.com
1
+ Copyright (c) 2011-2013 Dmitry Karpunin (aka KODer) koderfunk@gmail.com
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -21,7 +21,7 @@ flash.notice('Hello.');
21
21
 
22
22
  The MIT License
23
23
 
24
- Copyright (c) 2011-2012 Dmitry Karpunin (aka KODer) koderfunk@gmail.com
24
+ Copyright (c) 2011-2013 Dmitry Karpunin (aka KODer) koderfunk@gmail.com
25
25
 
26
26
  Permission is hereby granted, free of charge, to any person obtaining a copy
27
27
  of this software and associated documentation files (the "Software"), to deal
data/Rakefile CHANGED
@@ -1 +1 @@
1
- require "bundler/gem_tasks"
1
+ require 'bundler/gem_tasks'
@@ -1,3 +1,5 @@
1
+ // NOTE: This style require usage of https://github.com/evrone/ultimate-mixins
2
+ //
1
3
  // Usage:
2
4
  // .l-page__flashes {
3
5
  // @include ultimate-flash($background-alpha: 0.7);
@@ -1,5 +1,5 @@
1
- require "ultimate-flash/version"
2
- require "ultimate-flash/engine"
1
+ require 'ultimate-flash/version'
2
+ require 'ultimate-flash/engine'
3
3
 
4
4
  module Ultimate
5
5
  module Flash
@@ -1,5 +1,5 @@
1
1
  module Ultimate
2
2
  module Flash
3
- VERSION = '0.8.0'
3
+ VERSION = '0.8.1'
4
4
  end
5
5
  end
@@ -13,8 +13,6 @@ Gem::Specification.new do |s|
13
13
 
14
14
  s.rubyforge_project = 'ultimate-flash'
15
15
 
16
- s.add_dependency 'ultimate-base', '~> 0.4.0'
17
-
18
16
  s.files = `git ls-files`.split("\n")
19
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
20
18
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultimate-flash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,24 +9,8 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-05 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: ultimate-base
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ~>
20
- - !ruby/object:Gem::Version
21
- version: 0.4.0
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ~>
28
- - !ruby/object:Gem::Version
29
- version: 0.4.0
12
+ date: 2013-03-31 00:00:00.000000000 Z
13
+ dependencies: []
30
14
  description: Ruby on Rails oriented jQuery plugin for smart notifications
31
15
  email:
32
16
  - koderfunk@gmail.com
@@ -36,7 +20,6 @@ extra_rdoc_files: []
36
20
  files:
37
21
  - .gitignore
38
22
  - Gemfile
39
- - Gemfile.lock
40
23
  - LICENSE
41
24
  - README.md
42
25
  - Rakefile
@@ -67,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
50
  version: '0'
68
51
  requirements: []
69
52
  rubyforge_project: ultimate-flash
70
- rubygems_version: 1.8.24
53
+ rubygems_version: 1.8.25
71
54
  signing_key:
72
55
  specification_version: 3
73
56
  summary: Ruby on Rails oriented jQuery plugin for smart notifications
@@ -1,16 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- ultimate-flash (0.8.0)
5
- ultimate-base (~> 0.4.0)
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- ultimate-base (0.4.0.0)
11
-
12
- PLATFORMS
13
- ruby
14
-
15
- DEPENDENCIES
16
- ultimate-flash!