Skip to content

Commit

Permalink
Bump Avocado to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jun 10, 2020
1 parent e10c11b commit 9f1dccc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
avocado (0.1.1)
avocado (0.1.2)
inline_svg
kaminari
rails (~> 6.0.2, >= 6.0.2.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/avocado/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Avocado
VERSION = '0.1.1'
VERSION = '0.1.2'
end
6 changes: 6 additions & 0 deletions spec/generator/avocado/avocado_resources_generator_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
require 'rails_helper'

RSpec.describe "Resources", type: :generator do

pending "add some scenarios (or delete) #{__FILE__}"
end

0 comments on commit 9f1dccc

Please sign in to comment.