bunto-avatar 3.0.0 → 4.0.0

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: dcda5be760ce1b69eb252515f457dabab0d394fa
4
- data.tar.gz: 7298b79a2b6e152a40e544d876e3fdbd6180d668
3
+ metadata.gz: bfdae717283bca66ded18ea4f622cd5a9fd395ee
4
+ data.tar.gz: 267ebd1fbc1629a47ce07e831a4995e78ac37d8d
5
5
  SHA512:
6
- metadata.gz: a786e35d95735d545810943487ffabb4bc309892f94c8e3d0aab3a9996cd04aa2838fe6d3778e0bd3f46faa72f3a458ee449ae6cc0eea8273e06400c4b1c14c4
7
- data.tar.gz: 38c913ca8182aa016645722979cd15c2b081fb2147f512ec5149e30aa1714ce39b37f11bc10c20808eec60005e9c0205153819b2b96d5f23f3d4caef8b42c3ce
6
+ metadata.gz: 270ddd53b25be1262d8f5c6e7bf23920f268e477aea2463ab7cde06768a9bdd30d01f2182b0cc21d325b0555a263c1c395acb2c6ae501d1c558eb7fc3f49e14a
7
+ data.tar.gz: 2126506ada23b445bbdc91ab1b201442bcce478a5de0541372d33217c74e691b26eb337c5ff08ab206019018ad14481cba967c94319e88834cbd9a8977c1acfd
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  *A Bunto plugin for rendering GitHub avatars*
4
4
 
5
- [![Build Status](https://travis-ci.org/benbalter/bunto-avatar.svg)](https://travis-ci.org/benbalter/bunto-avatar)
5
+ [![Build Status](https://travis-ci.org/bunto/bunto-avatar.svg)](https://travis-ci.org/bunto/bunto-avatar)
6
6
 
7
7
  Bunto Avatar makes it easy to add GitHub avatars to your Bunto site by specifying a username. If performance is a concern, Bunto Avatar is deeply integrated with the GitHub avatar API, ensuring avatars are cached and load in parallel. It even automatically upgrades users to Retina images, when supported.
8
8
 
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
 
20
20
  spec.require_paths = ['lib']
21
21
 
22
- spec.add_dependency 'bunto'
22
+ spec.add_dependency 'bunto', '~> 1.0'
23
23
  spec.add_development_dependency 'bundler', '~> 1.11'
24
24
  spec.add_development_dependency 'rake', '~> 10.0'
25
25
  spec.add_development_dependency 'rspec', '~> 3.0'
@@ -1,6 +1,6 @@
1
1
  module Liquid; class Tag; end; end
2
2
  module Bunto
3
3
  class Avatar < Liquid::Tag
4
- VERSION = '3.0.0'.freeze
4
+ VERSION = '4.0.0'.freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bunto-avatar
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suriyaa Kudo
@@ -15,16 +15,16 @@ dependencies:
15
15
  name: bunto
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ">="
18
+ - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: '0'
20
+ version: '1.0'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ">="
25
+ - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: '0'
27
+ version: '1.0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: bundler
30
30
  requirement: !ruby/object:Gem::Requirement