There was an error while loading. Please reload this page.
1 parent be3a7bd commit c05c8b1Copy full SHA for c05c8b1
.gitignore
@@ -1,15 +1,8 @@
1
-pkg
2
-doc/*
3
-doc/**/*
4
-*swp
+doc/**
5
spec/fixtures/cassettes
6
spec/fixtures/credentials.yml
7
-coverage
8
-.yardoc
9
-example.rb
10
-bin/*.yml
11
-.sass-cache
12
-config/mongod
+coverage/**
+.yardoc/**
13
Gemfile.lock
14
-vendor/bundle
15
-.bundle
+vendor/bundle/**
+
CHANGELOG.md
@@ -1,3 +1,9 @@
+# v1.35.0 (WIP)
+- Abandoned support for Ruby 2.5 (eol)
+- Tested in Ruby 3.1
+- Add `Organization#create_or_update`
# v1.34.0
- Refine https check for URL
0 commit comments