Skip to content

Commit

Permalink
Bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanPJF committed Nov 7, 2018
1 parent 2d875fb commit 3151eb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
payment_icons (1.0.0)
payment_icons (1.0.1)
frozen_record
rails (>= 4.1, < 6.0)
sass
Expand Down Expand Up @@ -52,7 +52,7 @@ GEM
tzinfo (~> 1.1)
arel (9.0.0)
builder (3.2.3)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.3)
crass (1.0.4)
erubi (1.7.1)
ffi (1.9.25)
Expand All @@ -62,22 +62,22 @@ GEM
activesupport (>= 4.2.0)
i18n (1.1.1)
concurrent-ruby (~> 1.0)
loofah (2.2.2)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.0)
method_source (0.9.1)
mimemagic (0.3.2)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
rack (2.0.5)
rack (2.0.6)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.1)
Expand Down Expand Up @@ -108,7 +108,7 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
sass (3.6.0)
sass (3.7.1)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/payment_icons/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PaymentIcons
VERSION = "1.0.0"
VERSION = "1.0.1"
end

0 comments on commit 3151eb1

Please sign in to comment.