threeman 0.1.0 → 0.1.1

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: 9cccae68e829a6b71a66c6e3e9a944585d726365
4
- data.tar.gz: f2ac755957646e460ab09e45d60cd8a121225c1f
3
+ metadata.gz: 4bb5fce8492e5868a3b033affa86b026f3f90c3a
4
+ data.tar.gz: 36f664f9664b76e5b8bf0cda32fa64c1e9ec30f0
5
5
  SHA512:
6
- metadata.gz: 859c63e1a489a6861ee705ec2ea9a6306d9815548590ed582f8f9e6c90032a26985cdaa930796f5af29a3d6ae227d52c7f57fb3cfe6f2edf2792f6b5e4dc6638
7
- data.tar.gz: 8a3a81842ccf89754471db3263ee9bf808a864f20c76131146882c5ffb198bd7fc0183800d3b28693e144c52935da2a225be78718bddeed8d03a1f6c3fe3a3ab
6
+ metadata.gz: 6fdc1645b9da3d0e35f64503f578d9309346e9747551ff521708540eb039f68b181809cd47fbfe334cf6d2b93fb3de9cb334b616731f08b68e39dcb36cd3750b
7
+ data.tar.gz: 1f6cf541d3aff2685ac08ac7695f23e88ac4d01686e1110333c001cae005cbc75b1f2371bf6249ce563aa2dbfa26964184fe7940f039696f11eed77508b95263
@@ -0,0 +1,50 @@
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 nbudin@patientslikeme.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
+
45
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
46
+ version 1.3.0, available at
47
+ [http://contributor-covenant.org/version/1/3/0/][version]
48
+
49
+ [homepage]: http://contributor-covenant.org
50
+ [version]: http://contributor-covenant.org/version/1/3/0/
data/LICENSE ADDED
@@ -0,0 +1,8 @@
1
+ The MIT License (MIT)
2
+ Copyright (c) 2016 PatientsLikeMe, Inc.
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5
+
6
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -29,5 +29,9 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
29
29
 
30
30
  ## Contributing
31
31
 
32
- Bug reports and pull requests are welcome on GitHub at https://github.com/nbudin/threeman.
32
+ Bug reports and pull requests are welcome on GitHub at https://github.com/patientslikeme/threeman. Contributors are expected to follow the code of conduct specified in CODE_OF_CONDUCT.md.
33
+
34
+ ## License
35
+
36
+ Threeman is © 2016 PatientsLikeMe, Inc. and is released under the MIT License. See the LICENSE file for more information.
33
37
 
@@ -1,3 +1,3 @@
1
1
  module Threeman
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/threeman.gemspec CHANGED
@@ -11,7 +11,8 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Runs Procfile commands in iTerm 2 tabs}
13
13
  spec.description = %q{An alternative to Foreman for Mac users, which runs each command in a separate iTerm 2 tab}
14
- spec.homepage = "https://github.com/nbudin/threeman"
14
+ spec.homepage = "https://github.com/patientslikeme/threeman"
15
+ spec.license = "MIT"
15
16
 
16
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
18
  spec.bindir = "exe"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: threeman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nat Budin
@@ -91,7 +91,9 @@ extra_rdoc_files: []
91
91
  files:
92
92
  - ".gitignore"
93
93
  - ".travis.yml"
94
+ - CODE_OF_CONDUCT.md
94
95
  - Gemfile
96
+ - LICENSE
95
97
  - README.md
96
98
  - Rakefile
97
99
  - bin/console
@@ -101,8 +103,9 @@ files:
101
103
  - lib/threeman/cli.rb
102
104
  - lib/threeman/version.rb
103
105
  - threeman.gemspec
104
- homepage: https://github.com/nbudin/threeman
105
- licenses: []
106
+ homepage: https://github.com/patientslikeme/threeman
107
+ licenses:
108
+ - MIT
106
109
  metadata: {}
107
110
  post_install_message:
108
111
  rdoc_options: []