-
Notifications
You must be signed in to change notification settings - Fork 2
Chartkick 5.1.0 #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Chartkick 5.1.0 #13
Changes from 12 commits
7898d48
0053d5d
6d78ab0
7c1f698
8235365
49716d5
e168558
14fb671
a6cc6ed
72e94db
69f7e29
301220d
d001b68
71d524c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.1 | ||
3.3.5 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,70 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
iruby-chartkick (0.3.1) | ||
chartkick (~> 4.1.0) | ||
iruby-chartkick (0.5.1) | ||
chartkick (~> 5.1.0) | ||
iruby | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
chartkick (4.1.0) | ||
chartkick (5.1.0) | ||
data_uri (0.1.0) | ||
diff-lcs (1.4.4) | ||
ffi (1.15.4) | ||
diff-lcs (1.5.1) | ||
ffi (1.17.0) | ||
ffi-rzmq (2.0.7) | ||
ffi-rzmq-core (>= 1.0.7) | ||
ffi-rzmq-core (1.0.7) | ||
ffi | ||
io-console (0.5.9) | ||
irb (1.3.7) | ||
reline (>= 0.2.7) | ||
iruby (0.7.4) | ||
io-console (0.7.2) | ||
irb (1.14.1) | ||
rdoc (>= 4.0.0) | ||
reline (>= 0.4.2) | ||
iruby (0.8.0) | ||
data_uri (~> 0.1) | ||
ffi-rzmq | ||
irb | ||
logger | ||
mime-types (>= 3.3.1) | ||
multi_json (~> 1.11) | ||
native-package-installer | ||
mime-types (3.3.1) | ||
logger (1.6.1) | ||
mime-types (3.6.0) | ||
logger | ||
mime-types-data (~> 3.2015) | ||
mime-types-data (3.2021.0901) | ||
mime-types-data (3.2024.1001) | ||
multi_json (1.15.0) | ||
native-package-installer (1.1.1) | ||
rake (13.0.6) | ||
reline (0.2.7) | ||
native-package-installer (1.1.9) | ||
psych (5.1.2) | ||
stringio | ||
rake (13.2.1) | ||
rdoc (6.7.0) | ||
psych (>= 4.0.0) | ||
reline (0.5.10) | ||
io-console (~> 0.5) | ||
rspec (3.10.0) | ||
rspec-core (~> 3.10.0) | ||
rspec-expectations (~> 3.10.0) | ||
rspec-mocks (~> 3.10.0) | ||
rspec-core (3.10.1) | ||
rspec-support (~> 3.10.0) | ||
rspec-expectations (3.10.1) | ||
rspec (3.13.0) | ||
rspec-core (~> 3.13.0) | ||
rspec-expectations (~> 3.13.0) | ||
rspec-mocks (~> 3.13.0) | ||
rspec-core (3.13.1) | ||
rspec-support (~> 3.13.0) | ||
rspec-expectations (3.13.3) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.10.0) | ||
rspec-mocks (3.10.2) | ||
rspec-support (~> 3.13.0) | ||
rspec-mocks (3.13.2) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.10.0) | ||
rspec-support (3.10.2) | ||
rspec-support (~> 3.13.0) | ||
rspec-support (3.13.1) | ||
stringio (3.1.1) | ||
|
||
PLATFORMS | ||
x86_64-darwin-20 | ||
x86_64-linux | ||
ruby | ||
|
||
DEPENDENCIES | ||
bundler | ||
iruby-chartkick! | ||
rake (~> 13.0) | ||
rspec (~> 3.0) | ||
rake (~> 13.2.1) | ||
rspec (~> 3.13.0) | ||
|
||
BUNDLED WITH | ||
2.2.15 | ||
2.5.21 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# frozen_string_literal: true | ||
module IRuby | ||
module Chartkick | ||
VERSION = "0.3.1" | ||
VERSION = "0.5.1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there a reason to skip There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The idea was to leave it similar to the chartkick version 😅 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for pointing out 👍 I somehow disagree here, because I think keeping a coherent own version history makes more sense to avoid confusion - but - don't worry - I can live with that decision 😉 🫶
elalemanyo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
end | ||
end |
Uh oh!
There was an error while loading. Please reload this page.