bunto-avatar 2.0.0 → 3.0.0

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: 1e088d2e3ad9ca3d0a35cfe6b1e28783b5934c56
4
- data.tar.gz: 59f0e994be6ef0f7cb94d2a5708339a1ff0909f6
3
+ metadata.gz: dcda5be760ce1b69eb252515f457dabab0d394fa
4
+ data.tar.gz: 7298b79a2b6e152a40e544d876e3fdbd6180d668
5
5
  SHA512:
6
- metadata.gz: 7f6cc26023303de8a7cc4992854997d1ded2afe9357d592e7fc476aa972426df7277092deef6ef37157e701b91db8431b33d82303ba672807f969d3ebfc423e4
7
- data.tar.gz: cc72814e33ae11acb94726c5cfd4aac83bf25d1bd68cf88bc4b3f8045c68cd7f07302185b148dfd027f6f386a668bae6a87fa81bc97852fa774c6fe54bb8242f
6
+ metadata.gz: a786e35d95735d545810943487ffabb4bc309892f94c8e3d0aab3a9996cd04aa2838fe6d3778e0bd3f46faa72f3a458ee449ae6cc0eea8273e06400c4b1c14c4
7
+ data.tar.gz: 38c913ca8182aa016645722979cd15c2b081fb2147f512ec5149e30aa1714ce39b37f11bc10c20808eec60005e9c0205153819b2b96d5f23f3d4caef8b42c3ce
data/.travis.yml CHANGED
@@ -1,7 +1,10 @@
1
1
  language: ruby
2
2
  rvm:
3
3
  - 2.3.0
4
- before_install: gem install bundler -v 1.11.2
5
4
  sudo: false
6
5
  cache: bundler
6
+ before_script:
7
+ - chmod a+x script/bootstrap
8
+ - chmod a+x script/cibuild
9
+ - gem install bundler -v 1.11.2
7
10
  script: script/cibuild
data/bunto-avatar.gemspec CHANGED
@@ -6,11 +6,11 @@ require 'bunto-avatar/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'bunto-avatar'
8
8
  spec.version = Bunto::Avatar::VERSION
9
- spec.authors = ['Ben Balter', 'Suriyaa Kudo']
10
- spec.email = ['ben.balter@github.com', 'SuriyaaKudoIsc@users.noreply.github.com']
9
+ spec.authors = ['Suriyaa Kudo', 'Ben Balter']
10
+ spec.email = ['SuriyaaKudoIsc@users.noreply.github.com']
11
11
 
12
12
  spec.summary = 'A Bunto plugin for rendering GitHub avatars'
13
- spec.homepage = 'https://github.com/benbalter/bunto-avatar'
13
+ spec.homepage = 'https://github.com/bunto/bunto-avatar'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |file|
@@ -1,6 +1,6 @@
1
1
  module Liquid; class Tag; end; end
2
2
  module Bunto
3
3
  class Avatar < Liquid::Tag
4
- VERSION = '2.0.0'.freeze
4
+ VERSION = '3.0.0'.freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bunto-avatar
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
- - Ben Balter
8
7
  - Suriyaa Kudo
8
+ - Ben Balter
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-03-20 00:00:00.000000000 Z
12
+ date: 2016-03-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bunto
@@ -83,7 +83,6 @@ dependencies:
83
83
  version: '0'
84
84
  description:
85
85
  email:
86
- - ben.balter@github.com
87
86
  - SuriyaaKudoIsc@users.noreply.github.com
88
87
  executables: []
89
88
  extensions: []
@@ -103,7 +102,7 @@ files:
103
102
  - lib/bunto-avatar/version.rb
104
103
  - script/bootstrap
105
104
  - script/cibuild
106
- homepage: https://github.com/benbalter/bunto-avatar
105
+ homepage: https://github.com/bunto/bunto-avatar
107
106
  licenses:
108
107
  - MIT
109
108
  metadata: {}