thunderwear 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
2
  SHA1:
3
- metadata.gz: 2e778cc0f2aa0f3063d4c209ef9ace7ed37d2a0b
4
- data.tar.gz: 29cae76be3f3d99fa5bb787351abbfe38c6a051a
3
+ metadata.gz: da9ebafde7b10a799c864335f70e25c1d2e71bba
4
+ data.tar.gz: 84f3f1e3524c26aaa37629ff48ddca8895fed51d
5
5
  SHA512:
6
- metadata.gz: 0c0f536aa1a833959a61d0166fd08aceac56087499bf02b814d00268b29ab73717c66cfee9a4d05232e3ed892c755fb6e9dc6514f51da16bc581344eb7d17fe5
7
- data.tar.gz: 83978b6f8016b1736216b4619f9b775e31bccc08a1fb51c51f0f53b2bf19c2901b041e85aec45cad860843e28b470a32e0e37e9bc55e42fd4d653b50ecca0a15
6
+ metadata.gz: da6d0940a0b2818f1622b7ee51a0d33bb0f417691a0ac2356326e18bca9a8722ed740b7003a7ebf30fd203e41ed6ccc5c5ddd18a260260314a45721cc499ad3c
7
+ data.tar.gz: d6d73aed1a62e21cd8668fa50c19f9cd71e0a05d870b46eaddb59c02ceca2d0f49d7e080d34e52ed24b6152c5a409785a26f2b678e8aa3a859ae86962d250113
data/CODE_OF_CONDUCT.md CHANGED
@@ -2,55 +2,11 @@
2
2
 
3
3
  ## Our Pledge
4
4
 
5
- In the interest of fostering an open and welcoming environment, we as
6
- contributors and maintainers pledge to making participation in our project and
7
- our community a harassment-free experience for everyone, regardless of age, body
8
- size, disability, ethnicity, gender identity and expression, level of experience,
9
- nationality, personal appearance, race, religion, or sexual identity and
10
- orientation.
5
+ I pledge not to use the weather for evil
11
6
 
12
- ## Our Standards
7
+ ## Your Pledge
13
8
 
14
- Examples of behavior that contributes to creating a positive environment
15
- include:
16
-
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
22
-
23
- Examples of unacceptable behavior by participants include:
24
-
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
26
- advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
30
- address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
32
- professional setting
33
-
34
- ## Our Responsibilities
35
-
36
- Project maintainers are responsible for clarifying the standards of acceptable
37
- behavior and are expected to take appropriate and fair corrective action in
38
- response to any instances of unacceptable behavior.
39
-
40
- Project maintainers have the right and responsibility to remove, edit, or
41
- reject comments, commits, code, wiki edits, issues, and other contributions
42
- that are not aligned to this Code of Conduct, or to ban temporarily or
43
- permanently any contributor for other behaviors that they deem inappropriate,
44
- threatening, offensive, or harmful.
45
-
46
- ## Scope
47
-
48
- This Code of Conduct applies both within project spaces and in public spaces
49
- when an individual is representing the project or its community. Examples of
50
- representing a project or community include using an official project e-mail
51
- address, posting via an official social media account, or acting as an appointed
52
- representative at an online or offline event. Representation of a project may be
53
- further defined and clarified by project maintainers.
9
+ Please don't abuse the API key
54
10
 
55
11
  ## Enforcement
56
12
 
data/bin/thunderwear CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  require 'thunderwear'
4
4
 
5
- if File.exist?('.thunderwear_zip')
6
- zip = File.read('.thunderwear_zip')
5
+ if File.exist?("#{Dir.home}/.thunderwear_zip")
6
+ zip = File.read("#{Dir.home}/.thunderwear_zip")
7
7
  else
8
8
  puts "what's your zip code?"
9
9
  zip = gets.chomp
10
- zip_file = File.open(".thunderwear_zip","w")
10
+ zip_file = File.open("#{Dir.home}/.thunderwear_zip", "w")
11
11
  zip_file.write zip
12
12
  zip_file.close
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module Thunderwear
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thunderwear
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
  - Ben Ricker