We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb5d47 commit 30c3827Copy full SHA for 30c3827
Gemfile.lock
@@ -1,23 +1,23 @@
1
PATH
2
remote: .
3
specs:
4
- add_to_calendar (0.3.0)
+ add_to_calendar (0.4.0)
5
tzinfo (>= 1.1, < 3)
6
tzinfo-data (~> 1.2020)
7
8
GEM
9
remote: https://rubygems.org/
10
11
coderay (1.1.3)
12
- concurrent-ruby (1.1.6)
+ concurrent-ruby (1.1.10)
13
method_source (1.0.0)
14
minitest (5.18.0)
15
pry (0.14.2)
16
coderay (~> 1.1)
17
method_source (~> 1.0)
18
rake (13.0.1)
19
timecop (0.9.6)
20
- tzinfo (2.0.2)
+ tzinfo (2.0.5)
21
concurrent-ruby (~> 1.0)
22
tzinfo-data (1.2020.1)
23
tzinfo (>= 1.0.0)
lib/add_to_calendar/version.rb
@@ -1,3 +1,3 @@
module AddToCalendar
- VERSION = "0.3.0"
+ VERSION = "0.4.0"
end
0 commit comments