easter_eggs 0.2.0 → 0.3.0

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
- SHA1:
3
- metadata.gz: 656ee663a57eab3906962825a1269d00e29b8073
4
- data.tar.gz: ee83a0532de5a9e6afdbba2f2e957ba08eeab60f
2
+ SHA256:
3
+ metadata.gz: '024479cf74db25b23023f5af55382f0d552b85fd6c34f1fe1eb4392e27bbea9c'
4
+ data.tar.gz: 00fa29e9e0c706ec1009cae3e58ba6fcaaea5f6197f82ede9b67bc73e1d04d95
5
5
  SHA512:
6
- metadata.gz: 267f2a29a77d6aa19c8832b4238436b9767d596d46fe1726ed679c5677f0c2881279c080f1a2cebe3ea3d5360119fc63c59da46011c17a8d977bc84416bac571
7
- data.tar.gz: 866eeba1072216af97a6a614eaf80716d45aeb221a6c4f41b1052d151e462567e01cc70e0d8cea74a273caaa7c1bbb58273482e28c01b4a4ae76249631812ba7
6
+ metadata.gz: 85915a561de8ab9d37adb469276d73235e964ac64effce8ed5ab1492d8db9f336328d5467f777752c55e76ad34e6dd229336460892cd579fac06cc39628538c8
7
+ data.tar.gz: 0b2cafe438fdc84795b09f82fe253e30dd59a65e9d69b3abdddfae58090d5b5916505536c9dd2039d32f49c6d2de964a1be09c02278fc5e4ccc5694b4de5909d
@@ -0,0 +1 @@
1
+ 2.7.1
@@ -1,48 +1,49 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- easter_eggs (0.2.0)
4
+ easter_eggs (0.3.0)
5
5
  enumerate_it
6
6
  i18n
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (5.0.1)
11
+ activesupport (6.0.3.1)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
- i18n (~> 0.7)
13
+ i18n (>= 0.7, < 2)
14
14
  minitest (~> 5.1)
15
15
  tzinfo (~> 1.1)
16
- coderay (1.1.1)
17
- concurrent-ruby (1.0.3)
18
- diff-lcs (1.2.5)
19
- enumerate_it (1.4.1)
20
- activesupport (>= 3.0.0)
21
- i18n (0.7.0)
22
- method_source (0.8.2)
23
- minitest (5.10.1)
24
- pry (0.10.4)
25
- coderay (~> 1.1.0)
26
- method_source (~> 0.8.1)
27
- slop (~> 3.4)
28
- rake (12.0.0)
29
- rspec (3.5.0)
30
- rspec-core (~> 3.5.0)
31
- rspec-expectations (~> 3.5.0)
32
- rspec-mocks (~> 3.5.0)
33
- rspec-core (3.5.4)
34
- rspec-support (~> 3.5.0)
35
- rspec-expectations (3.5.0)
16
+ zeitwerk (~> 2.2, >= 2.2.2)
17
+ coderay (1.1.2)
18
+ concurrent-ruby (1.1.6)
19
+ diff-lcs (1.3)
20
+ enumerate_it (3.1.0)
21
+ activesupport (>= 4.2.0)
22
+ i18n (1.8.2)
23
+ concurrent-ruby (~> 1.0)
24
+ method_source (1.0.0)
25
+ minitest (5.14.1)
26
+ pry (0.13.1)
27
+ coderay (~> 1.1)
28
+ method_source (~> 1.0)
29
+ rake (13.0.1)
30
+ rspec (3.9.0)
31
+ rspec-core (~> 3.9.0)
32
+ rspec-expectations (~> 3.9.0)
33
+ rspec-mocks (~> 3.9.0)
34
+ rspec-core (3.9.2)
35
+ rspec-support (~> 3.9.3)
36
+ rspec-expectations (3.9.2)
36
37
  diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.5.0)
38
- rspec-mocks (3.5.0)
38
+ rspec-support (~> 3.9.0)
39
+ rspec-mocks (3.9.1)
39
40
  diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.5.0)
41
- rspec-support (3.5.0)
42
- slop (3.6.0)
43
- thread_safe (0.3.5)
44
- tzinfo (1.2.2)
41
+ rspec-support (~> 3.9.0)
42
+ rspec-support (3.9.3)
43
+ thread_safe (0.3.6)
44
+ tzinfo (1.2.7)
45
45
  thread_safe (~> 0.1)
46
+ zeitwerk (2.3.0)
46
47
 
47
48
  PLATFORMS
48
49
  ruby
@@ -55,4 +56,4 @@ DEPENDENCIES
55
56
  rspec
56
57
 
57
58
  BUNDLED WITH
58
- 1.13.6
59
+ 2.1.4
data/README.md CHANGED
@@ -1,39 +1,28 @@
1
1
  # EasterEggs
2
2
 
3
- Search for references in several movies, TV series, games, etc.
3
+ This gem is used by [Easy Bills](https://www.easybills.io) to make things funnier.
4
+ It searches for references in several movies, TV series, games, etc.
5
+
6
+ [![CircleCI](https://circleci.com/gh/easybills/easter_eggs.svg?style=svg)](https://circleci.com/gh/easybills/easter_eggs)
4
7
 
5
8
  ## Installation
6
9
 
7
- Add this line to your application's Gemfile:
10
+ Run the following line to add the gem to your application:
8
11
 
9
- ```ruby
10
- gem 'easter_eggs'
12
+ ```sh
13
+ bundle add easter_eggs
11
14
  ```
12
15
 
13
- And then execute:
14
-
15
- $ bundle
16
-
17
- Or install it yourself as:
18
-
19
- $ gem install easter_eggs
20
-
21
16
  ## Usage
22
17
 
23
18
  ```ruby
24
19
  EasterEggs::Search.perform 'rogue one'
25
- {
26
- :reference => 'star_wars',
27
- :message => 'May the force be with you!'
28
- }
20
+ # => { reference: 'star_wars', message: 'May the force be with you!' }
29
21
  ```
30
22
 
31
23
  ```ruby
32
24
  EasterEggs::Search.perform 'super mario'
33
- {
34
- :reference => 'mario',
35
- :message => 'Mama mia!'
36
- }
25
+ # => { reference: 'mario', message: 'Mamma mia!' }
37
26
  ```
38
27
 
39
28
  ## Development
@@ -44,7 +33,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
44
33
 
45
34
  ## Contributing
46
35
 
47
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/easter_eggs. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
+ Bug reports and pull requests are welcome on GitHub at https://github.com/easybills/easter_eggs. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
48
37
 
49
38
 
50
39
  ## License
@@ -1,3 +1,3 @@
1
1
  module EasterEggs
2
- VERSION = '0.2.0'
2
+ VERSION = '0.3.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easter_eggs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Easy Bills
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-22 00:00:00.000000000 Z
11
+ date: 2020-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: enumerate_it
@@ -102,7 +102,7 @@ extra_rdoc_files: []
102
102
  files:
103
103
  - ".gitignore"
104
104
  - ".rspec"
105
- - ".travis.yml"
105
+ - ".ruby-version"
106
106
  - Gemfile
107
107
  - Gemfile.lock
108
108
  - LICENSE.txt
@@ -136,8 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  - !ruby/object:Gem::Version
137
137
  version: '0'
138
138
  requirements: []
139
- rubyforge_project:
140
- rubygems_version: 2.5.2
139
+ rubygems_version: 3.1.2
141
140
  signing_key:
142
141
  specification_version: 4
143
142
  summary: Search for references in several movies, TV series, games, etc.
@@ -1,5 +0,0 @@
1
- sudo: false
2
- language: ruby
3
- rvm:
4
- - 2.3.3
5
- before_install: gem install bundler -v 1.13.6