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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb6b9600caf59f4efd9d0c83732071e4332dc886
4
- data.tar.gz: da263b8c14a01eade9560e84a3719aaa80bb9eb9
3
+ metadata.gz: 8be085b6ec626c5a718a3fab2b3ef10e6af77dce
4
+ data.tar.gz: 2fcd3e0fc513f1ce0a6a63aee836927a031c9084
5
5
  SHA512:
6
- metadata.gz: 533142827a77e44b7210a45552e3e8a65cd326aa431375dc81191bb53bb07e37e18887a0096f55116cebc6167a23234e135d379c38c692869145c8aa0f9b1148
7
- data.tar.gz: e4faa66bbffa25621591768e4f496cdb76950113933720ed7c82ead530e8e9c7d80f1353e728054ed80626e25d052a2f1b881607658b63b2620218d718f44ac8
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.description = %q{Show a popup with one line of code}
7
- gem.summary = %q{Show a popup with one of code. Not blocked by browsers. Plug-and-play.}
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.0"
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.0
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: Show a popup with one line of code
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. Not blocked by browsers. Plug-and-play.
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: []