server-generated-popups 1.1.0 → 1.1.2
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.
- checksums.yaml +4 -4
- data/server-generated-popups.gemspec +3 -3
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8be085b6ec626c5a718a3fab2b3ef10e6af77dce
|
|
4
|
+
data.tar.gz: 2fcd3e0fc513f1ce0a6a63aee836927a031c9084
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 317d4af9fb83747a1e543fe876d631d6d13df788c5a306a9706b245b9c528a74f9061fe1191565e848c462ac4aa5ed7f57f8ee6a4aae9f2942825eaa106112a0
|
|
7
|
+
data.tar.gz: 7a9a051766d4bd7fb068306be6104869255159a916e95afe0ebe1c042937b9a363bd06cac739af75cfa705c694562d8d5d77a8903dcbbd5db20e426aac7da9f7
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Gem::Specification.new do |gem|
|
|
4
4
|
gem.authors = ["Anton Khamets"]
|
|
5
5
|
gem.email = ["colorfulfool@gmail.com"]
|
|
6
|
-
gem.
|
|
7
|
-
gem.summary = %q{Show a popup with one of code.
|
|
6
|
+
gem.summary = %q{Show a popup with one line of code}
|
|
7
|
+
gem.summary = %q{Show a popup with one line of code. Perfect for format.js responses, and just in JS too.}
|
|
8
8
|
gem.homepage = "https://github.com/colorfulfool/rails-popup"
|
|
9
9
|
|
|
10
10
|
gem.files = `git ls-files`.split($\)
|
|
@@ -12,5 +12,5 @@ Gem::Specification.new do |gem|
|
|
|
12
12
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
13
13
|
gem.name = "server-generated-popups"
|
|
14
14
|
gem.require_paths = ["lib"]
|
|
15
|
-
gem.version = "1.1.
|
|
15
|
+
gem.version = "1.1.2"
|
|
16
16
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: server-generated-popups
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anton Khamets
|
|
@@ -10,7 +10,7 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2016-06-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description:
|
|
13
|
+
description:
|
|
14
14
|
email:
|
|
15
15
|
- colorfulfool@gmail.com
|
|
16
16
|
executables: []
|
|
@@ -45,5 +45,6 @@ rubyforge_project:
|
|
|
45
45
|
rubygems_version: 2.4.8
|
|
46
46
|
signing_key:
|
|
47
47
|
specification_version: 4
|
|
48
|
-
summary: Show a popup with one of code.
|
|
48
|
+
summary: Show a popup with one line of code. Perfect for format.js responses, and
|
|
49
|
+
just in JS too.
|
|
49
50
|
test_files: []
|