livejournal2 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Changes +3 -0
  3. data/README.md +1 -2
  4. data/VERSION +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70cf259619d7fdcfaa042318210d463f4dfdbaca194a3634bd24d8182a6df1a3
4
- data.tar.gz: c8bdc3f44a4f54f47aed9fe1281654195e739e0da8756e283ad7bb651446b96f
3
+ metadata.gz: 6e1a8ee4a0c0b8e9a84c94915923f25f600fe7d238efe241ac22461ee81f7791
4
+ data.tar.gz: 825c65265fb632ffe67aa33feae13fabbc33d875aaaa7c2a68ae1c19bed01738
5
5
  SHA512:
6
- metadata.gz: d6676ce797ec2e5b7e32624a303e7176a8ba3c819c3571eafb2c34e9aaa4b71335b2b01523d1d996964c44e9881ee5bea9689724eca5bd67d0d0abb67ef8345c
7
- data.tar.gz: 0ae722f3c4af8c3548a4b02e35d475246191000e61ac3aa2663eed93169aa3b662b56e161ec485df9e4b0ff5ce11d8813d778289060b285b38a30da801642783
6
+ metadata.gz: 5a3df1ce24760bdea4b39259b4e79e9dfc55ff8255bf1fcef3770ff2e2cde7ab63081821ba3f6a13375318c73d35b4ee3f54a7b551fd5e1d4288d00910e669eb
7
+ data.tar.gz: 56ea25308fc73a4d4701d751fa8906f3ba886669effe2f468e5216f748b55b6fb2a0519f7a884aec7ff033e549997e28e016c99ed4343c2b732531fb39b2a11f
data/Changes CHANGED
@@ -1,3 +1,6 @@
1
+ 0.4.1: Thu, Apr 9 2021
2
+ - fix compatibility with default bundler require
3
+
1
4
  0.4.0: Sat, Mar 27 2021
2
5
  - forked version
3
6
  - added HTTPS support
data/README.md CHANGED
@@ -10,8 +10,7 @@ Add to your `Gemfile`:
10
10
 
11
11
  gem "livejournal2"
12
12
 
13
- (Please note the name of the directory to require is still
14
- `livejournal`, not `livejournal2`)
13
+ (Please note you can require `livejournal`, or `livejournal2` - both will work).
15
14
 
16
15
  ## Example
17
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: livejournal2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan Martin
@@ -12,8 +12,8 @@ bindir: bin
12
12
  cert_chain: []
13
13
  date: 2021-03-27 00:00:00.000000000 Z
14
14
  dependencies: []
15
- description: LiveJournal API client. Post to livejournal, retrieve friends lists,
16
- edit entries, sync journal to an offline database.
15
+ description: LiveJournal API client. Fork of the original livejournal gem. Post to
16
+ livejournal, retrieve friends lists, edit entries, sync journal to an offline database.
17
17
  email:
18
18
  executables: []
19
19
  extensions: []