Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
acapi (1.3.4)
acapi (1.6.0)
activesupport (> 4.2.0)
bunny (>= 1.7.0, < 3)
sneakers
Expand Down
26 changes: 19 additions & 7 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
Copyright (c) 2015 Dan Thomas
Ideacrew Proprietary License

MIT License
Copyright (c) 2026 IdeaCrew, Inc

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:
This software is subject to a proprietary, client source-available license stipulated by IdeaCrew, Inc.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Restrictions may be extended or removed at any time at the sole discretion of IdeaCrew, Inc.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This product, its source code, and associated documentation ("the Software") is subject to the following limitations:

You may not use, copy, modify, merge, publish, distribute, sublicense and/or sell copies of the
Software, except as permitted by Ideacrew, Inc.

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
2 changes: 1 addition & 1 deletion acapi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Enterprise communication onramp to Affordable Care Act API (ACApi)}
spec.description = %q{Publish and subscribe to ACApi cross-application events, services and logging.}
spec.homepage = ""
spec.license = "MIT"
spec.license = "LicenseRef-LICENSE.txt"

spec.files = `git ls-files -z`.split("\x0")
spec.test_files = `git ls-files -- spec/*`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/acapi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Acapi
VERSION = "1.3.4"
VERSION = "1.6.0"
end
Loading