Skip to content

Commit

Permalink
Prepare v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Nov 11, 2017
1 parent 9c748ea commit 325a388
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [v.2.0.1] - 2017-02-05
- Closes [issue #51](https://github.com/tawan/active-elastic-job/issues/51) Lazy loading of AWS credentials in order to prevent slowing down of Rails start up time.

## [v.2.0.0] - 2016-11-27
- Closes [issue #40](https://github.com/tawan/active-elastic-job/issues/40) Thanks to @masonjeffreys for the inspiration.
- Makes processing of jobs opt-in per default.
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_elastic_job (2.0.0)
active_elastic_job (2.0.1)
aws-sdk (~> 2)
rails (>= 4.2)

Expand Down Expand Up @@ -46,12 +46,14 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (7.1.2)
aws-sdk (2.3.22)
aws-sdk-resources (= 2.3.22)
aws-sdk-core (2.3.22)
aws-sdk (2.7.3)
aws-sdk-resources (= 2.7.3)
aws-sdk-core (2.7.3)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.3.22)
aws-sdk-core (= 2.3.22)
aws-sdk-resources (2.7.3)
aws-sdk-core (= 2.7.3)
aws-sigv4 (1.0.0)
benchmark-ips (2.3.0)
builder (3.2.2)
byebug (8.2.2)
Expand All @@ -67,7 +69,7 @@ GEM
globalid (0.3.7)
activesupport (>= 4.1.0)
i18n (0.7.0)
jmespath (1.3.0)
jmespath (1.3.1)
json (1.8.3)
loofah (2.0.3)
nokogiri (>= 1.5.9)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_elastic_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ActiveElasticJob
module VERSION
MAJOR = 2
MINOR = 0
TINY = 0
TINY = 1
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
Expand Down

0 comments on commit 325a388

Please sign in to comment.