wdim 0.1.1 → 0.1.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: 866534068a59b0bd225e2795dd5f129577094df4
4
- data.tar.gz: bc66685dbf774ae872c5d7eef8e3d884bd122019
3
+ metadata.gz: 930f249d6de1fa7f3539454d450d5f19e23e4a66
4
+ data.tar.gz: 804e9a0c4ec8a2da216ad94f5f2767f195ebba38
5
5
  SHA512:
6
- metadata.gz: e4b47da97f49de328466077bfa9a599eabd30bec5cba28cbf8f92d1748617e43bd0199f931836d7940d5cfddfda8e92fcd2181890ecba832ac997d8516e9aff1
7
- data.tar.gz: ef2af4cef3486f24e1638e63aa4c7e5c5eec149cd5c3c99acf23fa080f3a92bdc853316820fd7e2dc6338f70ea12041691602458d806c11709b41b16bc5ebf02
6
+ metadata.gz: d6efb2edc195eb9e3d5cd02cc7663a5ca457425cdf930689690e871044ddcb1257bdd5bf133c6380753f35519790ff728a06ec305c26114a655cbc1f9fa12e9d
7
+ data.tar.gz: ce759845c4cb0308252e7722ce5ab0cdb74ef5bb4f772849ac9757b667555e141ba252bc540592cd3a0f885dedd3080d10b62175c0b57a704fef6712b662bd45
data/.travis.yml CHANGED
@@ -1,4 +1,14 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.2.3
3
+ - 2.2.3
4
4
  before_install: gem install bundler -v 1.11.2
5
+ script: rake spec
6
+ deploy:
7
+ provider: rubygems
8
+ api_key:
9
+ secure: HlenAIjIFxu285JGMplzqLuEiMqPJIwzZZ4UaSemMQLj+lgjGzam1W/trgDuJnH6LSfPmEvxOJFFBeKXgBAs0EaFE2arrnUMXrcyf5lnhwVROvLPjF1ZOCM8AGmbpnPvUg25ccTYdCJ8+a67e+jzpcIaITDIaVu6BG17JHuTvP7qWrDQqflCM1ALrduowtTHaPe9CUzPv4cK9H9b9F2t01LirJk8SJfdTbA8ahoeL+bIT+7C1LGTEidvbNImX+AfITGVvqpyIJhRMTapzMjSmNw/pnRlWECiOCNOqjbBmuL0VGcfOPl4/wmaw1dXXjx88FZq+lQy5p6w0xR+XGJ8VzZT5G2G9m38S242bsXWGDlxFFTWRJi917y4ahE6411LnoG/2JxSd3hFPeC1ZVhdbxydK8UvYnP7EP7dZ6WupdmzQPjENv+EbKflrM+/q77JeL/aQJsaOFVxzttP+WcgAFbY0eJe77r7ocsQ1el4B4K8WV5Ag5dld6+0seaDHbeze7deGfW+/p5q/PvbslwgmgSrESPmmOub/0vftVl8ZHEqw5yUO3pAE0QO2jTF3XHs7S3OLxivOLJL4abIvuBL1rZBwVjLHzQNP/HSQ1gjiNCNs5wgiEo28Pq7PZ0bJ0WITS8kFg3Ym+KTk/w6gM2fZU8J9/KdV05UyEppPL3PcHI=
10
+ gem: wdim
11
+ on:
12
+ tags: true
13
+ repo: gaaamii/wdim
14
+ # branch: Travis CI will automatically figure out which branches to release from. Otherwise, it will only release from your master branch.
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Wdim
2
2
 
3
+ [![Build Status](https://travis-ci.org/gaaamii/wdim.png)](https://travis-ci.org/gaaamii/wdim)
4
+
3
5
  Wdim is a command line tool to get what the commands mean.
4
6
 
5
7
  ## Installation
@@ -31,3 +31,9 @@ ln:
31
31
  link
32
32
  bash:
33
33
  bourne-again shell
34
+ ssh:
35
+ secure shell
36
+ dig:
37
+ domain information groper
38
+ yum:
39
+ Yellowdog Updater, Modified
data/lib/wdim/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Wdim
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wdim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - gaaamii
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-11 00:00:00.000000000 Z
11
+ date: 2016-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -77,7 +77,6 @@ files:
77
77
  - ".gitignore"
78
78
  - ".rspec"
79
79
  - ".travis.yml"
80
- - CODE_OF_CONDUCT.md
81
80
  - Gemfile
82
81
  - LICENSE.txt
83
82
  - README.md
data/CODE_OF_CONDUCT.md DELETED
@@ -1,49 +0,0 @@
1
- # Contributor Code of Conduct
2
-
3
- As contributors and maintainers of this project, and in the interest of
4
- fostering an open and welcoming community, we pledge to respect all people who
5
- contribute through reporting issues, posting feature requests, updating
6
- documentation, submitting pull requests or patches, and other activities.
7
-
8
- We are committed to making participation in this project a harassment-free
9
- experience for everyone, regardless of level of experience, gender, gender
10
- identity and expression, sexual orientation, disability, personal appearance,
11
- body size, race, ethnicity, age, religion, or nationality.
12
-
13
- Examples of unacceptable behavior by participants include:
14
-
15
- * The use of sexualized language or imagery
16
- * Personal attacks
17
- * Trolling or insulting/derogatory comments
18
- * Public or private harassment
19
- * Publishing other's private information, such as physical or electronic
20
- addresses, without explicit permission
21
- * Other unethical or unprofessional conduct
22
-
23
- Project maintainers have the right and responsibility to remove, edit, or
24
- reject comments, commits, code, wiki edits, issues, and other contributions
25
- that are not aligned to this Code of Conduct, or to ban temporarily or
26
- permanently any contributor for other behaviors that they deem inappropriate,
27
- threatening, offensive, or harmful.
28
-
29
- By adopting this Code of Conduct, project maintainers commit themselves to
30
- fairly and consistently applying these principles to every aspect of managing
31
- this project. Project maintainers who do not follow or enforce the Code of
32
- Conduct may be permanently removed from the project team.
33
-
34
- This code of conduct applies both within project spaces and in public spaces
35
- when an individual is representing the project or its community.
36
-
37
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
38
- reported by contacting a project maintainer at i1shi4ga4mi1@gmail.com. All
39
- complaints will be reviewed and investigated and will result in a response that
40
- is deemed necessary and appropriate to the circumstances. Maintainers are
41
- obligated to maintain confidentiality with regard to the reporter of an
42
- incident.
43
-
44
- This Code of Conduct is adapted from the [Contributor Covenant][homepage],
45
- version 1.3.0, available at
46
- [http://contributor-covenant.org/version/1/3/0/][version]
47
-
48
- [homepage]: http://contributor-covenant.org
49
- [version]: http://contributor-covenant.org/version/1/3/0/