You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appwrite.gemspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Gem::Specification.newdo |spec|
2
2
3
3
spec.name='appwrite'
4
-
spec.version='12.0.0-rc.1'
4
+
spec.version='12.0.0-rc.2'
5
5
spec.license='BSD-3-Clause'
6
6
spec.summary='Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API'
# @param [String] provider_branch Production branch for the repo linked to the function
257
284
# @param [] provider_silent_mode Is the VCS (Version Control System) connection in silent mode for the repo linked to the function? In silent mode, comments will not be made on commits and pull requests.
258
285
# @param [String] provider_root_directory Path to function code in the linked repo.
286
+
# @param [String] specification Runtime specification for the function and builds.
# @param [String] scheduled_at Scheduled execution time in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. DateTime value must be in future with precision in minutes.
0 commit comments