bunto-gist 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: 19ea7983eedcadc89da2efb055848dfde1b2e41e
4
- data.tar.gz: d5514cc553a9cd39ced94a3e4f03537ee86ab50d
3
+ metadata.gz: 3e57e86bbe0d5998bf573e4f999f4e613da7b79e
4
+ data.tar.gz: 57a8bbb59ffb8f5d2f3fd96b627247a7bc94474e
5
5
  SHA512:
6
- metadata.gz: c18ea3a29d3e206ded085f9241e4b1827d73c7f802ef9713ec43ccd494ef7619af55c78386aa768b9b9a609e058a62ee6aec03037cd92311ae4c705557fcd720
7
- data.tar.gz: 993ad24a6670bb3c0ee0c7ec2d701ca5bcf7796f603c1c3135281295a3568e6f615a2c53e489b30cdf3b33e626f7e832292f8214f56998a271e4413b10d432a1
6
+ metadata.gz: 7aad9085699e507190468fa9b77bc2da6ff1d1c00f37ee22183ca56cdb728e48465c644c677e21e28102ad132a4e7390bd7b397a713ad2c3eafaf5d4afee000d
7
+ data.tar.gz: 28d82eb7b23f05f82c804acee51433ef52a0488916024d2e3857e856d632f5b4c3d1101b665770fe9b5928a6bcf175e6d90e6ff82c6c9bc9c2320155e1a6c72b
@@ -1,4 +1,9 @@
1
+ # Travis CI
1
2
  language: ruby
3
+ before_script:
4
+ - chmod a+x script/bootstrap
5
+ - chmod a+x script/cibuild
6
+ - gem install bundler
2
7
  script : script/cibuild
3
8
  sudo: false
4
9
  notifications:
@@ -8,18 +13,18 @@ branches:
8
13
  - master
9
14
 
10
15
  rvm:
11
- - 2.2
12
- - 2.1
13
- - 2.0
16
+ - 2.3.1
17
+ - 2.3.0
14
18
  env:
15
19
  - ""
16
- - BUNTO_VERSION=2.0.0.beta8
17
- - BUNTO_VERSION=1.0
20
+ - BUNTO_VERSION=3.2.1
21
+ - BUNTO_VERSION=3.0.0
18
22
  matrix:
19
- include:
23
+ allow_failures:
20
24
  - # GitHub Pages
21
25
  rvm: 2.1.1
22
26
  env: GH_PAGES=true
23
- - # Ruby 1.9
24
- rvm: 1.9
25
- env: BUNTO_VERSION=1.0
27
+ include:
28
+ - # Ruby 2.2.5
29
+ rvm: 2.2.5
30
+ env: BUNTO_VERSION=3.0.0
@@ -1,4 +1,5 @@
1
1
  Copyright (c) 2016-present Parker Moore
2
+ Copyright (c) 2016-present Suriyaa Kudo
2
3
 
3
4
  MIT License
4
5
 
@@ -1,5 +1,5 @@
1
1
  module Bunto
2
2
  module Gist
3
- VERSION = "2.0.0"
3
+ VERSION = "3.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bunto-gist
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
7
  - Parker Moore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-03-20 00:00:00.000000000 Z
12
+ date: 2016-08-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: octokit
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  version: '0'
142
142
  requirements: []
143
143
  rubyforge_project:
144
- rubygems_version: 2.2.2
144
+ rubygems_version: 2.6.6
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: Liquid tag for displaying GitHub Gists in Bunto sites.