oliver 0.1.3 → 0.1.4

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: 521c7434005183526d9876a6ec0219b6cf66fc98
4
- data.tar.gz: bbb78d428aaa1d7c1b185b88f1f14a7f5a8bb8ea
3
+ metadata.gz: 49d205d7b4f8e0fadd2a83c969d9cb6977ad7a13
4
+ data.tar.gz: 9233e6d96cc4d4725dd6ec13609be8cb54674f02
5
5
  SHA512:
6
- metadata.gz: e35d7d13be85aa542f0c4ec65af1e40f30702bf125cfece9fddd00ccb8e09220e1e10c3c0b8bcc915a310e312972cf25e64845f5538f2057efdd846ca097cfb4
7
- data.tar.gz: ea494e324c87cc8198b413bec35b90a8511bca3ec85702378a862276355d7fb987ccc763d9c6ab4e722b5450fd0a1080ff28148795f706eb8e31c85f5fafe6b7
6
+ metadata.gz: 900364250c31094b4a4998dbdbdae7c4d6ed2799487f6527a7652e958abe93660dc4b0f5f78e4bea875c1d05f627a5d599193f415180e8eca5fcb3947651dab0
7
+ data.tar.gz: def7143baef8edfcd4d64c4e2055b24945c9a7119ba3186c4d3507802afdf8b8e4ea35f52b173977befe1cf5974dfbf7dc140ba32a154dbb5d1dda6d7b891979
data/CONTRIBUTING.md ADDED
@@ -0,0 +1,8 @@
1
+ contribution
2
+ ============
3
+
4
+ there'll be more here when..
5
+
6
+ yeah, I'm not too sure.
7
+
8
+ in the mean time; PULL REQUESTS PULL REQUESTS PULL REQUESTS.
data/README.md CHANGED
@@ -152,7 +152,15 @@ don't forget to spell *"colour"* **the proper way**.
152
152
  testing
153
153
  =======
154
154
 
155
- refer to [TESTING.md](https://github.com/trommel/oliver/blob/master/spec/TESTING.md).
155
+ refer to
156
+ [TESTING.md](https://github.com/trommel/oliver/blob/master/spec/TESTING.md).
157
+
158
+ contribution
159
+ ============
160
+
161
+ refer to
162
+ [CONTRIBUTING.md](https://github.com/trommel/oliver/blob/master/spec/CONTRIBUTING.md).
163
+
156
164
 
157
165
  l3g4l 0bl1g4t10n$
158
166
  =================
@@ -1,3 +1,3 @@
1
1
  module Oliver
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/lib/oliver.rb CHANGED
@@ -15,7 +15,7 @@ Rainbow.enabled = false if ARGV[-1] == 'colour=off'
15
15
  # exists as a file continue with oliver
16
16
  case File.file?
17
17
  when Name::OLIVER.downcase
18
- puts Rainbow('Use "Olivefile"')
18
+ puts "Use \"#{Rainbow('Olivefile').red}\""
19
19
  when Name::OLIVER
20
20
  oliver_main
21
21
  else
data/spec/TESTING.md CHANGED
@@ -1,4 +1,7 @@
1
1
  testing
2
2
  =======
3
3
 
4
- more information on testing oliver here later :)
4
+ more information on testing here later.
5
+
6
+ ![gif](http://media3.giphy.com/media/Nx2Lx1RmLadtC/giphy.gif)
7
+ ![gif](http://cdn3.sbnation.com/imported_assets/1851811/61111-DrCox-deal-with-it-gif-scrubs-XgR3.gif)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oliver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh
@@ -89,6 +89,7 @@ extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
91
91
  - ".gitignore"
92
+ - CONTRIBUTING.md
92
93
  - Gemfile
93
94
  - README.md
94
95
  - Rakefile