qtip2-jquery-rails 2.1.1.pre2 → 2.1.1.3

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: 2b4e35e1463026cd2a2a0fa5071d4a8595dc228f
4
- data.tar.gz: 1d067a60d5f1dfc35d80f165bcea36b13ec36472
3
+ metadata.gz: bdf2656d971296d4e62ddf1a08008d3ef7100bcd
4
+ data.tar.gz: f008480ff52f660b060028dd85c4fe20ff121485
5
5
  SHA512:
6
- metadata.gz: 6b561f73ee38fb9226f2378d49fb0a4bc0462f20baa598b07480e5cbf529a1d06c123dd6e9482e1a616f3b90b8f8ed64c76e4ae9b01bda23699951a9675872f3
7
- data.tar.gz: b48779c4f707dd2a7b1e5ba601a353b502c9c5fa48eb4baf876e4198aaa7fd851dd38e0b7030cf2b533d1e1be56b520bb046b678ec07c7276c01157137ca19e2
6
+ metadata.gz: 50328aa1563f9d85ccad8507e616308775f12a1c4c8af3d7149e4de4642dfde79eee51b22e375101337a47b11bac04a6d249c51c98dec6e5dccc72ed32c8dd12
7
+ data.tar.gz: 83b3c55055f2f458f89fe61ee7645c8d1c24cb19e2d337d2210c2fda981b244855994423b6db1c152418b72a2d2d5d5d98f2fb2f2c42860fc5dcf3e2155d5ad8
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
- # qtip2-jquery-rails
2
- [![Gem Version](https://badge.fury.io/rb/qtip2-jquery-rails.png)](http://badge.fury.io/rb/qtip2-jquery-rails)
1
+ # qtip2-jquery-rails [![Gem Version](https://badge.fury.io/rb/qtip2-jquery-rails.png)](http://badge.fury.io/rb/qtip2-jquery-rails)
3
2
 
4
- qTip2 jQuery plugin packaged for the Rails 3.1+ asset pipeline.
3
+ > Created by Doc Walker
4
+
5
+ Provides the `qTip2` jQuery plugin packaged for the Rails 3.1+ asset pipeline.
5
6
 
6
7
  ## Installation
7
8
 
@@ -20,8 +21,8 @@ Or install it yourself as:
20
21
 
21
22
  Gem version notes:
22
23
 
23
- - x.y.z version will track the qTip2 plugin version;
24
- - It may contain a suffix to differentiate versions of the gem based on the same qTip2 plugin version;
24
+ - x.y.z version will track the `qTip2` plugin version;
25
+ - It may contain a suffix to differentiate versions of the gem based on the same `qTip2` plugin version;
25
26
 
26
27
  ## Usage
27
28
 
@@ -0,0 +1,6 @@
1
+ module Qtip2Jquery
2
+ module Rails
3
+ class Engine < ::Rails::Engine
4
+ end
5
+ end
6
+ end
@@ -0,0 +1,12 @@
1
+ module Qtip2Jquery
2
+ module Rails
3
+ # Use qtip2 version; append a pre-release version identifier if gem
4
+ # is updated without updating version of qtip2.
5
+ # Examples:
6
+ # "2.0.0.rc1"
7
+ # "2.0.0.pre"
8
+ # "2.0.0.beta"
9
+ # Refer to Semantic Versioning 2.0.0 (http://semver.org).
10
+ VERSION = "2.1.1.3"
11
+ end
12
+ end
@@ -0,0 +1,2 @@
1
+ require "qtip2-jquery-rails/version"
2
+ require "qtip2-jquery-rails/engine" if defined?(::Rails)
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'qtip2/jquery/rails/version'
4
+ require 'qtip2-jquery-rails/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "qtip2-jquery-rails"
8
- spec.version = Qtip2::Jquery::Rails::VERSION
8
+ spec.version = Qtip2Jquery::Rails::VERSION
9
9
  spec.authors = ["Doc Walker"]
10
10
  spec.email = ["doc.walker@jameshardie.com"]
11
11
  spec.description = %q{qTip2 jQuery plugin}
12
- spec.summary = %q{qTip2 packaged for the Rails 3.1+ asset pipeline.}
12
+ spec.summary = %q{Provides the `qTip2` jQuery plugin packaged for the Rails 3.1+ asset pipeline.}
13
13
  spec.homepage = "https://github.com/jhx/gem-qtip2-jquery-rails"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qtip2-jquery-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1.pre2
4
+ version: 2.1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doc Walker
@@ -64,8 +64,9 @@ files:
64
64
  - LICENSE.txt
65
65
  - README.md
66
66
  - Rakefile
67
- - lib/qtip2/jquery/rails.rb
68
- - lib/qtip2/jquery/rails/version.rb
67
+ - lib/qtip2-jquery-rails.rb
68
+ - lib/qtip2-jquery-rails/engine.rb
69
+ - lib/qtip2-jquery-rails/version.rb
69
70
  - qtip2-jquery-rails.gemspec
70
71
  - vendor/assets/javascripts/jquery.qtip.js
71
72
  - vendor/assets/stylesheets/jquery.qtip.css
@@ -84,14 +85,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
85
  version: '0'
85
86
  required_rubygems_version: !ruby/object:Gem::Requirement
86
87
  requirements:
87
- - - ! '>'
88
+ - - ! '>='
88
89
  - !ruby/object:Gem::Version
89
- version: 1.3.1
90
+ version: '0'
90
91
  requirements:
91
92
  - jQuery
92
93
  rubyforge_project:
93
94
  rubygems_version: 2.0.3
94
95
  signing_key:
95
96
  specification_version: 4
96
- summary: qTip2 packaged for the Rails 3.1+ asset pipeline.
97
+ summary: Provides the `qTip2` jQuery plugin packaged for the Rails 3.1+ asset pipeline.
97
98
  test_files: []
@@ -1,14 +0,0 @@
1
- module Qtip2
2
- module Jquery
3
- module Rails
4
- # Use qtip2 version; append a pre-release version identifier if gem
5
- # is updated without updating version of qtip2.
6
- # Examples:
7
- # "2.0.0.rc1"
8
- # "2.0.0.pre"
9
- # "2.0.0.beta"
10
- # Refer to Semantic Versioning 2.0.0 (http://semver.org).
11
- VERSION = "2.1.1.pre2"
12
- end
13
- end
14
- end
@@ -1,10 +0,0 @@
1
- require "qtip2/jquery/rails/version"
2
-
3
- module Qtip2
4
- module Jquery
5
- module Rails
6
- class Engine < ::Rails::Engine
7
- end
8
- end
9
- end
10
- end