Skip to content

Commit

Permalink
Bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico committed Jul 10, 2019
1 parent d0a8a45 commit 8687576
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/.bundle/
/.yardoc
/Gemfile.lock
/_yardoc/
/coverage/
/doc/
Expand All @@ -15,3 +14,4 @@
/spec/testing.csv
testdata/*.xml

/bbbevents-*
48 changes: 48 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/bbbevents/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BBBEvents
VERSION = "1.0.0"
VERSION = "1.1.0"
end

0 comments on commit 8687576

Please sign in to comment.