Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoherrero committed May 6, 2016
1 parent 7f82025 commit 21640fd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
yarr (0.0.1)
yarr (0.1.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -38,7 +38,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rake (10.5.0)
rake (11.1.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
Expand All @@ -55,7 +55,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
ruby_dep (1.2.0)
ruby_dep (1.3.0)
shellany (0.0.1)
slop (3.6.0)
thor (0.19.1)
Expand All @@ -64,10 +64,10 @@ PLATFORMS
ruby

DEPENDENCIES
guard-rspec (~> 4.5)
rake (~> 10.4)
rspec (~> 3.2)
guard-rspec (~> 4.6)
rake (~> 11.1)
rspec (~> 3.4)
yarr!

BUNDLED WITH
1.10.6
1.12.2
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
[![Build Status](https://travis-ci.org/arturoherrero/yarr.svg)](https://travis-ci.org/arturoherrero/yarr)

**YARR (Yet Another Ruby REPL)** is a Ruby REPL (just a hobby, won't be big and
professional like [Pry][1]). YARR was inspired by groovysh, IRB, Pry, Bash and Vim.
professional like [Pry][1]). YARR was inspired by groovysh<sup>[1][2]</sup>,
IRB<sup>[2][3]</sup>, Pry<sup>[3][4]</sup>, Bash
<sup>[4][5]</sup> and Vim<sup>[5][6]</sup>.

## Installation

Expand Down Expand Up @@ -182,8 +184,13 @@ Su Mo Tu We Th Fr Sa
## Who made this?

This was made by Arturo Herrero under the MIT License. You can also find me on
Twitter [@ArturoHerrero][2].
Twitter [@ArturoHerrero][7].


[1]: http://pryrepl.org/
[2]: https://twitter.com/ArturoHerrero
[2]: http://groovy-lang.org/groovysh.html
[3]: http://ruby-doc.org/stdlib/libdoc/irb/rdoc/IRB.html
[4]: http://pryrepl.org/
[5]: http://www.gnu.org/software/bash/
[6]: http://www.vim.org/
[7]: https://twitter.com/ArturoHerrero
8 changes: 4 additions & 4 deletions yarr.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |spec|
spec.platform = Gem::Platform::RUBY
spec.name = "yarr"
spec.version = "0.0.1"
spec.version = "0.1.0"
spec.summary = "YARR. Yet Another Ruby REPL"
spec.description = "YARR. Yet Another Ruby REPL. A Ruby REPL (just a hobby, won't be big and professional like pry)"
spec.author = "Arturo Herrero"
Expand All @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.executables = ["yarr"]

spec.add_development_dependency "guard-rspec", "~> 4.5"
spec.add_development_dependency "rake", "~> 10.4"
spec.add_development_dependency "rspec", "~> 3.2"
spec.add_development_dependency "guard-rspec", "~> 4.6"
spec.add_development_dependency "rake", "~> 11.1"
spec.add_development_dependency "rspec", "~> 3.4"
end
Binary file modified yarr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 21640fd

Please sign in to comment.