Skip to content

Commit

Permalink
Prepare 2.0.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgomes committed Dec 9, 2020
1 parent 4508b1b commit 2da765f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
23 changes: 11 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
stealth (2.0.0.beta1)
stealth (2.0.0.beta2)
activesupport (~> 6.0)
multi_json (~> 1.12)
puma (>= 4.2, < 5.0)
Expand All @@ -12,12 +12,12 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.3)
activesupport (6.1.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
concurrent-ruby (1.1.7)
connection_pool (2.2.3)
diff-lcs (1.3)
Expand All @@ -30,14 +30,14 @@ GEM
ruby2_keywords (~> 0.0.1)
nio4r (2.5.4)
oj (3.10.6)
puma (4.3.6)
puma (4.3.7)
nio4r (~> 2.0)
rack (2.2.3)
rack-protection (2.1.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
redis (4.2.2)
redis (4.2.5)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand All @@ -64,11 +64,10 @@ GEM
rack-protection (= 2.1.0)
tilt (~> 2.0)
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.7)
thread_safe (~> 0.1)
zeitwerk (2.4.0)
tzinfo (2.0.3)
concurrent-ruby (~> 1.0)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017-2020 Mauricio Gomes, Mav Automation Ventures Inc.
Copyright (c) 2017-2020 Mauricio Gomes

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ Stealth is versioned using [Semantic Versioning](https://semver.org), but it's m

## License

"Stealth" and the Stealth logo are Copyright (c) 2020 Mauricio Gomes and Mav Automation Ventures Inc.
"Stealth" and the Stealth logo are Copyright (c) 2020 Mauricio Gomes
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0.beta1
2.0.0.beta2

0 comments on commit 2da765f

Please sign in to comment.