From 86875762f0f719caa01174694ea8ede83bce0ff4 Mon Sep 17 00:00:00 2001 From: jfederico Date: Wed, 10 Jul 2019 14:55:14 +0000 Subject: [PATCH] Bumped up version --- .gitignore | 2 +- Gemfile.lock | 48 ++++++++++++++++++++++++++++++++++++++++ lib/bbbevents/version.rb | 2 +- 3 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 435248e..38535f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ /.bundle/ /.yardoc -/Gemfile.lock /_yardoc/ /coverage/ /doc/ @@ -15,3 +14,4 @@ /spec/testing.csv testdata/*.xml +/bbbevents-* \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..5aff18e --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,48 @@ +PATH + remote: . + specs: + bbbevents (1.1.0) + activesupport + +GEM + remote: https://rubygems.org/ + specs: + activesupport (5.2.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + concurrent-ruby (1.1.5) + diff-lcs (1.3) + i18n (1.6.0) + concurrent-ruby (~> 1.0) + minitest (5.11.3) + rake (10.5.0) + rspec (3.8.0) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-core (3.8.2) + rspec-support (~> 3.8.0) + rspec-expectations (3.8.4) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.8.0) + rspec-mocks (3.8.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.8.0) + rspec-support (3.8.2) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) + +PLATFORMS + ruby + +DEPENDENCIES + bbbevents! + bundler (>= 1.15) + rake (~> 10.0) + rspec (~> 3.4) + +BUNDLED WITH + 1.16.3 diff --git a/lib/bbbevents/version.rb b/lib/bbbevents/version.rb index d7ac5b0..6c0303c 100644 --- a/lib/bbbevents/version.rb +++ b/lib/bbbevents/version.rb @@ -1,3 +1,3 @@ module BBBEvents - VERSION = "1.0.0" + VERSION = "1.1.0" end