Skip to content

Commit

Permalink
release first version
Browse files Browse the repository at this point in the history
  • Loading branch information
aovertus committed Sep 15, 2017
1 parent 367ac90 commit eb31b24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ source 'https://rubygems.org'

gemspec

group :test do
gem 'pry'
end

# some development deps
gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby
gem 'sqlite3', platform: :ruby
Expand Down
13 changes: 1 addition & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_enum-scopes (0.0.1)
simple_enum-scopes (0.1.0)
simple_enum (~> 2.3)

GEM
Expand All @@ -24,15 +24,9 @@ GEM
bson_ext (1.12.5)
bson (~> 1.12.5)
builder (3.2.3)
coderay (1.1.1)
diff-lcs (1.3)
i18n (0.8.6)
method_source (0.8.2)
minitest (5.10.3)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rake (10.5.0)
rspec (2.99.0)
rspec-core (~> 2.99.0)
Expand All @@ -44,7 +38,6 @@ GEM
rspec-mocks (2.99.4)
simple_enum (2.3.0)
activesupport (>= 4.0.0)
slop (3.6.0)
sqlite3 (1.3.13)
thread_safe (0.3.6)
tzinfo (1.2.3)
Expand All @@ -57,11 +50,7 @@ DEPENDENCIES
activerecord (>= 4.0.0)
activerecord-jdbcsqlite3-adapter
bson_ext
pry
rake (~> 10.0)
rspec (~> 2.14)
simple_enum-scopes!
sqlite3

BUNDLED WITH
1.14.6
2 changes: 1 addition & 1 deletion lib/simple_enum/scopes/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module SimpleEnum
module Scopes
VERSION = "0.0.1"
VERSION = "0.1.0"
end
end

0 comments on commit eb31b24

Please sign in to comment.