Skip to content

Commit 441e1fc

Browse files
committed
0.1.0 published
1 parent 2a63904 commit 441e1fc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99

1010
# rspec failure tracking
1111
.rspec_status
12+
*.gem

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ PLATFORMS
8989
ruby
9090

9191
DEPENDENCIES
92-
bundler (~> 1.16)
92+
bundler (~> 1.12)
9393
pry-byebug
9494
rake (~> 10.0)
9595
rspec (~> 3.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ And then execute:
1515
$ bundle install
1616
$ bundle exec rake vue:create
1717

18-
> Currently `rake vue:create` will overwrite all files, please be careful!
18+
> Currently `rake vue:create` will overwrite all files, please be careful!
1919
2020
Add those lines to your `config/routes.rb`:
2121

0 commit comments

Comments
 (0)