salvattore 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b450f96866f610f9e977699815d6df774bd4a472
4
- data.tar.gz: 6223ada4b676cf869c264c507ae11eee00b5b510
3
+ metadata.gz: 5ca14547250d07604ee08549b705d35c5f946b64
4
+ data.tar.gz: d24a575fa9f989de333c4c5efabf1c5f410f5894
5
5
  SHA512:
6
- metadata.gz: b61db66ff6ae3f3ce256bc74ad5f208d17da24d31bf6dd27e2f54bf4b2aa4e05f3ab87a023ce1598721dc4539f0bf1ec612da8d1fc628099f04d2e28d43e89f8
7
- data.tar.gz: c25b65faa200a92ea69ed9bfdf2181103356514e8c8be69ed4b99a5b791af96d3d243dc0d94be2f9d94ccd5a9e442f3ee52ed1760af07450e6fd60bf4e0dde77
6
+ metadata.gz: 313f73c1250c37e818b117ba60d4dc1c25ab83ad6dfedab1c9c0a6817c5cb0c26096bc053c0dbca46b1f76ad858cc7de7711937f3127b3962d4a86e23a6a908a
7
+ data.tar.gz: 930cde71712d6b4ecf95425b6233e2e7a19767c12ce586661ae40993b04fd39f2ca1859a32b6584c943145e56142d3a1dc6e3824d0798538de95e34a955f36a9
data/README.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Salvattore
2
-
2
+ __A jQuery Masonry alternative with CSS-driven configuration__
3
+ ___
3
4
  A gem for the jQuery framework Salvattore
5
+ Made by Rolando Murillo and Giorgio Leveroni.
6
+
7
+ [Offical Website](http://salvattore.com/)
8
+ [Give them a pat on the back!](https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=EmWyp-KAjHLt9ak_VVFlO2-wJcE6xpmQS3iV94wftWICqjmFmNS23hXsTCK&dispatch=5885d80a13c0db1f8e263663d3faee8d64ad11bbf4d2a5a1a0d303a50933f9b2)
4
9
 
5
10
  ## Installation
6
11
 
@@ -1,3 +1,3 @@
1
1
  module Salvattore
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
Binary file
data/salvattore.gemspec CHANGED
@@ -6,11 +6,11 @@ require 'salvattore/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "salvattore"
8
8
  spec.version = Salvattore::VERSION
9
- spec.authors = ["ksalmon"]
9
+ spec.authors = ["Rolando Murillo and Giorgio Leveroni"]
10
10
  spec.email = ["kyleraysalmon@gmail.com"]
11
- spec.summary = %q{A gem for the jQuery framework Salvattore}
12
- spec.description = %q{Includes the full jQuery file}
13
- spec.homepage = ""
11
+ spec.summary = %q{A gem for the jQuery plugin Salvattore}
12
+ spec.description = %q{A jQuery Masonry alternative with CSS-driven configuration}
13
+ spec.homepage = "http://salvattore.com/"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salvattore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - ksalmon
7
+ - Rolando Murillo and Giorgio Leveroni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Includes the full jQuery file
41
+ description: A jQuery Masonry alternative with CSS-driven configuration
42
42
  email:
43
43
  - kyleraysalmon@gmail.com
44
44
  executables: []
@@ -52,9 +52,10 @@ files:
52
52
  - Rakefile
53
53
  - lib/salvattore.rb
54
54
  - lib/salvattore/version.rb
55
+ - salvattore-0.0.1.gem
55
56
  - salvattore.gemspec
56
57
  - vendor/assets/javascripts/salvattore.js
57
- homepage: ''
58
+ homepage: http://salvattore.com/
58
59
  licenses:
59
60
  - MIT
60
61
  metadata: {}
@@ -77,5 +78,5 @@ rubyforge_project:
77
78
  rubygems_version: 2.4.3
78
79
  signing_key:
79
80
  specification_version: 4
80
- summary: A gem for the jQuery framework Salvattore
81
+ summary: A gem for the jQuery plugin Salvattore
81
82
  test_files: []