rubyang 0.1.1 → 0.1.2

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
- SHA1:
3
- metadata.gz: 000a93a9ac2a85ec169ecbe1c54112b330e026b4
4
- data.tar.gz: 3e81e19d9247fe5459de45aa57120508371d12fc
2
+ SHA256:
3
+ metadata.gz: '067997eb47b08a359bdff1324c894e50a4ab0c4f7765edae85a84e9b21338581'
4
+ data.tar.gz: 7fd0f8245b5adf35abbe7fc324dc5ea58c0df24600598317b6d7daabd54c023e
5
5
  SHA512:
6
- metadata.gz: 4d5ab6836505d061b019f844893a17fcfc4c4761eb2bf7e1d140670d8aa97970faacb952c8bffd10a337a80efe07d7be26c15ad3b50048f7c6697432d60e8668
7
- data.tar.gz: ad6e739291421f469746f786755ef8288821af5a30cbda43b3c0fb757434019eddda5668422ff315b587002e23e82324c7251374d3674a2b04ee46450738e2bd
6
+ metadata.gz: 643f379752cecd699e1a01f5e749ee9f0b1002dfe17d8229503b8eb5dd1fc4c45804d1e601899bad0d9c42f240df3fe3ac1fdfcdcb561847397ace5e8fc5435a
7
+ data.tar.gz: e5de67ebc2b07e3fbce029e8d1e1e58c88bf7b104a5ac1cfdd884e1c5edc0e76dfea63c8934af6202133708778909a75ca34fc86575392c72a21c95154a0a064
data/.travis.yml CHANGED
@@ -1,8 +1,19 @@
1
+ env:
2
+ global:
3
+ - CC_TEST_REPORTER_ID=417fae3cad213c0c65cf89de32b6310b748a38c30651237eaf05303dd7f3ba15
4
+ sudo: false
1
5
  language: ruby
2
6
  rvm:
3
- - 2.2.4
4
- before_install: gem install bundler -v 1.11.2
7
+ - 2.5.0
8
+ before_install: gem install bundler -v 1.16.1
5
9
  install: bundle install --path vendor/bundle
10
+ before_script:
11
+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
12
+ - chmod +x ./cc-test-reporter
13
+ - ./cc-test-reporter before-build
6
14
  script:
7
15
  - bundle exec rake spec
8
16
  - bundle exec rake build
17
+ after_script:
18
+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
19
+
data/README.md CHANGED
@@ -1,9 +1,8 @@
1
1
  # rubyang
2
2
 
3
3
  [![Build Status](https://travis-ci.org/hirura/rubyang.svg?branch=master)](https://travis-ci.org/hirura/rubyang)
4
- [![Code Climate](https://codeclimate.com/github/hirura/rubyang/badges/gpa.svg)](https://codeclimate.com/github/hirura/rubyang)
5
- [![Test Coverage](https://codeclimate.com/github/hirura/rubyang/badges/coverage.svg)](https://codeclimate.com/github/hirura/rubyang/coverage)
6
- [![Issue Count](https://codeclimate.com/github/hirura/rubyang/badges/issue_count.svg)](https://codeclimate.com/github/hirura/rubyang)
4
+ [![Maintainability](https://api.codeclimate.com/v1/badges/05f5fd598d75872b22d0/maintainability)](https://codeclimate.com/github/hirura/rubyang/maintainability)
5
+ [![Test Coverage](https://api.codeclimate.com/v1/badges/05f5fd598d75872b22d0/test_coverage)](https://codeclimate.com/github/hirura/rubyang/test_coverage)
7
6
  [![Gem Version](https://badge.fury.io/rb/rubyang.svg)](https://badge.fury.io/rb/rubyang)
8
7
 
9
8
  YANG parser and tree structure data store