lazybox 0.0.6 → 0.0.7

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.
Files changed (3) hide show
  1. data/lazybox.gemspec +1 -1
  2. data/lib/lazybox/version.rb +1 -1
  3. metadata +5 -5
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.email = ["sexmcs@gmail.com"]
9
9
  s.homepage = "https://github.com/alex-galushka/lazybox"
10
10
  s.summary = "Use LazyBox for popup windows with Rails"
11
- s.description = "This is hight perfomance modal dialogs for your Rails application."
11
+ s.description = "This is high perfomance modal dialogs for your Rails application."
12
12
  s.platform = Gem::Platform::RUBY
13
13
 
14
14
  s.files = `git ls-files`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module Lazybox
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lazybox
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Galushka
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-04 00:00:00 Z
18
+ date: 2011-12-05 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rails
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: "3.1"
33
33
  type: :development
34
34
  version_requirements: *id001
35
- description: This is hight perfomance modal dialogs for your Rails application.
35
+ description: This is high perfomance modal dialogs for your Rails application.
36
36
  email:
37
37
  - sexmcs@gmail.com
38
38
  executables: []