Skip to content

Commit

Permalink
build number set
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Mar 6, 2018
1 parent 1c813e7 commit da18543
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ coverage/
.DS_Store
rdoc/
.sass-cache/
Gemfile.lock

217 changes: 217 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,217 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (5.1.5)
actionview (= 5.1.5)
activesupport (= 5.1.5)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.1.5)
activesupport (= 5.1.5)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activesupport (5.1.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
aws-partitions (1.68.0)
aws-sdk-core (3.17.0)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-dynamodb (1.4.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
aws-sdk-kms (1.5.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
aws-sdk-s3 (1.8.1)
aws-sdk-core (~> 3)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.0)
aws-sigv4 (1.0.2)
backports (3.11.1)
builder (3.2.3)
codecov (0.1.10)
json
simplecov
url
concurrent-ruby (1.0.5)
crass (1.0.3)
diff-lcs (1.3)
differ (0.1.2)
docile (1.1.5)
erubi (1.7.1)
faraday (0.14.0)
multipart-post (>= 1.2, < 3)
ffi (1.9.23)
glogin (0.2.1)
haml (5.0.4)
temple (>= 0.8.0)
tilt
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jmespath (1.3.1)
json (2.1.0)
loofah (2.2.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
mini_mime (>= 0.1.1)
metaclass (0.0.4)
method_source (0.9.0)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
mocha (1.3.0)
metaclass (~> 0.0.1)
multi_json (1.13.1)
multipart-post (2.0.0)
mustermann (1.0.2)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
octokit (4.8.0)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.12.1)
parser (2.5.0.3)
ast (~> 2.4.0)
pdd (0.20.3)
nokogiri (= 1.8.2)
rainbow (~> 3.0)
slop (= 4.6.1)
power_assert (1.1.1)
powerpack (0.1.1)
public_suffix (3.0.2)
rack (2.0.4)
rack-protection (2.0.1)
rack
rack-test (0.8.2)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (5.1.5)
actionpack (= 5.1.5)
activesupport (= 5.1.5)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (12.3.0)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-rails (3.7.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rubocop (0.53.0)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-rspec (1.22.2)
rubocop (>= 0.52.1)
ruby-progressbar (1.9.0)
sass (3.5.5)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
sentry-raven (2.7.2)
faraday (>= 0.7.6, < 1.0)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (2.0.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.1)
tilt (~> 2.0)
sinatra-contrib (2.0.1)
backports (>= 2.0)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.1)
sinatra (= 2.0.1)
tilt (>= 1.3, < 3)
slop (4.6.1)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
temple (0.8.0)
test-unit (3.2.7)
power_assert
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.3.0)
url (0.3.2)
xcop (0.5.8)
differ (~> 0.1.2)
nokogiri (~> 1.8)
rainbow (~> 3.0)
slop (~> 4.4)

PLATFORMS
ruby

DEPENDENCIES
aws-sdk-dynamodb (= 1.4.0)
aws-sdk-s3 (= 1.8.1)
codecov (= 0.1.10)
glogin
haml (= 5.0.4)
mail (= 2.7.0)
mocha
nokogiri (~> 1.8)
octokit (= 4.8.0)
pdd (= 0.20.3)
rack (~> 2.0)
rack-test (= 0.8.2)
rake (= 12.3.0)
rspec-rails (= 3.7.2)
rubocop (= 0.53.0)
rubocop-rspec (= 1.22.2)
sass (= 3.5.5)
sentry-raven (~> 2.6)
sinatra (= 2.0.1)
sinatra-contrib (~> 2.0)
sprockets (= 3.7.1)
test-unit (= 3.2.7)
xcop (= 0.5.8)

BUNDLED WITH
1.11.2
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

VERSION = 'BUILD'.freeze
VERSION = '0.29.3'.freeze

0 comments on commit da18543

Please sign in to comment.