Skip to content

Commit c05c8b1

Browse files
committed
.gitignore cleanup
1 parent be3a7bd commit c05c8b1

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

.gitignore

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
pkg
2-
doc/*
3-
doc/**/*
4-
*swp
1+
doc/**
52
spec/fixtures/cassettes
63
spec/fixtures/credentials.yml
7-
coverage
8-
.yardoc
9-
example.rb
10-
bin/*.yml
11-
.sass-cache
12-
config/mongod
4+
coverage/**
5+
.yardoc/**
136
Gemfile.lock
14-
vendor/bundle
15-
.bundle
7+
vendor/bundle/**
8+

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.35.0 (WIP)
2+
3+
- Abandoned support for Ruby 2.5 (eol)
4+
- Tested in Ruby 3.1
5+
- Add `Organization#create_or_update`
6+
17
# v1.34.0
28

39
- Refine https check for URL

0 commit comments

Comments
 (0)