we-are-hiring 1.1.0 → 1.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: 930eb7bc6c41d106778aec3001ce0a6b08fc4c59
4
- data.tar.gz: 8ae017cfa28c332a855b3ae02c82b7de01bf1d10
3
+ metadata.gz: 480b41c4017799bece6b92b284438aae553a3a1e
4
+ data.tar.gz: 6dff2916b0929017c32190f6d8b0cbbc9b9027f8
5
5
  SHA512:
6
- metadata.gz: 58e65aac89fbc87ac4f9cf54b0967c2d83715d63cfab0b7b9eef67a1b58c21891ada7eb9964110eb2cc34130ba18f8955247d265084e4a858ca9286b7321906a
7
- data.tar.gz: 716b48b7c604a16a46a384e06249c95fb133e1b1589c95986a5d2901044ae132fb0bb35fcadc22a9b71bec38379c034bfb862ce9426ae277c203d24f7cbd7440
6
+ metadata.gz: 9a1a5c3500f438977d6bd60d287fc056458840017ec324900f8fb299121701017e1923681bcc20a7c77cee3345545b0cfd09297fac36115524a85b1ecb3729cf
7
+ data.tar.gz: 7afdc9cab881f94f695b8418542520de57b233d1d82ffe745a1b72b614ad0b94a312cbb8802532ea8c2658606111aab4d37ff700276ac454cc7094bafa3614f2
data/lib/we/are/hiring.rb CHANGED
@@ -3,7 +3,6 @@ require "we/are/hiring/version"
3
3
  module We
4
4
  module Are
5
5
  module Hiring
6
- # Your code goes here...
7
6
  end
8
7
  end
9
8
  end
@@ -1,7 +1,7 @@
1
1
  module We
2
2
  module Are
3
3
  module Hiring
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: we-are-hiring
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabor Ratky
@@ -53,7 +53,6 @@ files:
53
53
  - CODE_OF_CONDUCT.md
54
54
  - Gemfile
55
55
  - LICENSE.txt
56
- - README.md
57
56
  - Rakefile
58
57
  - bin/console
59
58
  - bin/setup
data/README.md DELETED
@@ -1,39 +0,0 @@
1
- # We::Are::Hiring
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/we/are/hiring`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'we-are-hiring'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install we-are-hiring
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- 1. Fork it ( https://github.com/[my-github-username]/we-are-hiring/fork )
36
- 2. Create your feature branch (`git checkout -b my-new-feature`)
37
- 3. Commit your changes (`git commit -am 'Add some feature'`)
38
- 4. Push to the branch (`git push origin my-new-feature`)
39
- 5. Create a new Pull Request