Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
This gem has been used in production for a good amount of time now. The
API should be considered mostly stable at this point.
  • Loading branch information
halogenandtoast committed May 2, 2016
1 parent f43d61c commit 8eba361
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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:
monban (0.3.1)
monban (1.0.0)
bcrypt
rails
warden
Expand Down Expand Up @@ -55,7 +55,7 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
concurrent-ruby (1.0.1)
concurrent-ruby (1.0.2)
diff-lcs (1.2.5)
erubis (2.7.0)
globalid (0.3.6)
Expand All @@ -64,8 +64,8 @@ GEM
json (1.8.3)
loofah (2.0.2)
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mail (2.6.4)
mime-types (>= 1.16, < 4)
mime-types (2.6.1)
mini_portile (0.6.2)
minitest (5.7.0)
Expand Down Expand Up @@ -120,7 +120,7 @@ GEM
rspec-mocks (~> 3.3.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
sprockets (3.5.2)
sprockets (3.6.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.0.4)
Expand Down Expand Up @@ -150,4 +150,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.10.6
1.11.2
2 changes: 1 addition & 1 deletion NEWS.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== master
== 1.0.0
* Do not perform lookup if no params are passed to lookup
* Add param transformer for sanitizing and normalizing

Expand Down
4 changes: 2 additions & 2 deletions lib/monban/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Monban
# 0.3.1
VERSION = "0.3.1"
# 1.0.0
VERSION = "1.0.0"
end

0 comments on commit 8eba361

Please sign in to comment.