ayadn 0.6.0 → 0.6.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 (4) hide show
  1. checksums.yaml +8 -8
  2. data/CHANGELOG.md +2 -4
  3. data/README.md +5 -36
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTZiMDNhNmFjN2UzNTU3NTJmNmQzNWExODY5NDczZTRkMzMzNDI2Yw==
4
+ NDhmOTUxZGRlODIzNTkzOTk4MzliZDliMTM5NWIyM2JjNzRiMzEwYQ==
5
5
  data.tar.gz: !binary |-
6
- ZWY2ZTc4NWQ0YjhjMTBlMTE2MDU5MjM1ZGNkMDEzZGRiZjI2NWNhOA==
6
+ ZTJkYjRjN2UxYjBiNDBmYjQ5NDExOTVlMGNjODY0NTQ0OGYzNDY5Ng==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MTk1OWY5NzExZWFlYzljZjMwM2YxOGMxYjQ0MWQ1YjY4YWVmZDM4ZjI3YmZk
10
- YjM1MmFiNWY4OTE5ZjFkOTE1NjA5YzU4NDc3NTQwNTUyYmY2NTNiNmZiMDI1
11
- NjcwNTAzMWI2YmQ3YTRjYjU0MTYwMjQ2MGVlMzViMTJjN2I0MmE=
9
+ YjdkMGRmZWFiNzNjNjgwZmQ1M2ZmMjM5ZTQ5ZWI3Yzc4ZTc4MzI2MjU4MmQx
10
+ NzMwNTAzZjVlZmVhMDAxYjVhMjQ4ZmViZWY4Nzg5ZDVmMmQwZTQ5NTc4OWI5
11
+ YTZmMGVmMDAzMjUxYzZiNzUwNTI4YWQzYjhhODU3NDc1ODkwMDQ=
12
12
  data.tar.gz: !binary |-
13
- NzYwNDczNzRlYmQ3ODMzZGY5ZmE4MjE4YWM1NzU5NGJkZTQ1Njk3YWE3ZmNm
14
- MDgyYTA2ZWY2YTExMTM4Mjg2ZGZmZjg5YjUwOGU5ZjkwNjUxNjJhOTQ0OThk
15
- MjAzOGYwYzYyMDRlNzM1YjI0NjYzYjE2NjQ3YjM5Y2MyOTkxM2M=
13
+ MjZmNjhhNDI2YTc5NjNiNzcyMmQ4NDdhNWZhYzI5NjgzZTZmMWJkMzk4NjI1
14
+ MjMzZWU5YTNiODc0MzhiNDY1ZGE2YjRkNjYxYzliOTA2MmQ0MDBmMzZhMjI2
15
+ ZWIxOWE2YzY3NzYxN2FkYWQ3NjNjOTFmZjc2MjVmNzJkZDc5NTQ=
data/CHANGELOG.md CHANGED
@@ -1,11 +1,9 @@
1
1
  AYADN
2
- =====
3
-
4
- AYADN is a learning exercise: while it's fully functional, it's still very alpha (remember I'm a beginner with Ruby).
2
+ =====
5
3
 
6
4
  ## 2014-02-14 v0.6.0
7
5
  - ayadn is a Gem
8
- - config is broken, next version will fix it
6
+ - config + multi-account is broken, next version will fix it
9
7
 
10
8
  ## 2014-01-29 v0.5.8b
11
9
  - block/unblock a user
data/README.md CHANGED
@@ -3,26 +3,20 @@ AYADN
3
3
 
4
4
  [App.net](http://app.net) command-line client developed in Ruby.
5
5
 
6
+ [![Gem Version](https://badge.fury.io/rb/ayadn.png)](http://badge.fury.io/rb/ayadn)
7
+
6
8
  - [FEATURES](#features)
7
9
  - [TL;DR](#tl;dr)
8
10
  - [IMPORTANT NOTE](#important-note)
9
11
  - [INSTALL](#install)
10
12
  - [HOW TO USE](#how-to-use)
11
- - [Through the ruby interpreter](#through-the-ruby-interpreter)
12
- - [As an executable in your path](#as-an-executable-in-your-path)
13
- - [As a local executable](#as-a-local-executable)
14
- - [If you made the symlink](#if-you-made-the-symlink)
15
- - [With an alias](#with-an-alias)
16
13
  - [LIST OF COMMANDS](#list-of-commands)
17
14
  - [TIPS](#tips)
18
- - [Username](#username)
19
- - [Configuration](#configuration)
20
15
  - [Skip specific posts](#skip-specific-posts)
21
16
  - [Backup some data](#backup-some-data)
22
17
  - [Post links](#post-links)
23
18
  - [Reset pagination data](#reset-pagination-data)
24
19
  - [Custom posts count](#custom-posts-count)
25
- - [Running multiple accounts](#running-multiple-accounts)
26
20
  - [Pinboard](#pinboard)
27
21
  - ["me"](#me)
28
22
  - [Shortcuts](#shortcuts)
@@ -31,7 +25,6 @@ AYADN
31
25
  - [HELP](#help)
32
26
  - [Console](#console)
33
27
  - [Database](#database)
34
- - [GCC](#gcc)
35
28
  - [CONTACT](#contact)
36
29
  - [CREDITS](#credits)
37
30
  - [Beta-testers](#beta-testers)
@@ -124,9 +117,9 @@ ayadn write 'Posting to App.net with Ruby!'
124
117
 
125
118
  Ayadn is currently in a transition process from beta to v1.
126
119
 
127
- This beta version is now a Gem but lacks some features that worked before (no multi account, almost no configuration without manually editing the file in the installed Gem, etc).
120
+ This beta version is now a Gem but lacks two features that worked before: multi account, and configuration without manually editing the config.yml file.
128
121
 
129
- The current "na" repository will become Ayadn v1 when ready, and will be complete (multi account, configuration with ayadn commands, fresh clean code, OSS rules compliant, etc).
122
+ The current [na](https://github.com/ericdke/na) repository will become Ayadn v1 when ready and complete (multi account, configuration with ayadn commands, fresh clean code, OSS rules compliant, etc).
130
123
 
131
124
  ## INSTALL
132
125
 
@@ -255,23 +248,7 @@ ayadn random
255
248
  ```
256
249
 
257
250
 
258
- ## TIPS
259
-
260
- ### Username (OBSOLETE, FIXED IN NEXT VERSION)
261
-
262
- One thing I really recommend is to **fill in your username** in the `config.yml` file (without the "@").
263
-
264
- Ayadn will then be able to perform a lot better and faster (less API calls, more colors, etc).
265
-
266
- ### Configuration (OBSOLETE, FIXED IN NEXT VERSION)
267
-
268
- Unless you're planning on using [multiple accounts](https://github.com/ericdke/ayadn#running-multiple-accounts), you should then install the configuration file in the permanent Ayadn folder:
269
-
270
- ```
271
- ayadn install config
272
- ```
273
-
274
- Now you may safely edit your preferences in `%USERDIR%/ayadn/data/config.yml` without losing anything when updating Ayadn.
251
+ ## TIPS
275
252
 
276
253
  ### Skip specific posts
277
254
 
@@ -359,14 +336,6 @@ ayadn posts @ericd 10
359
336
  ayadn starred @ericd 10
360
337
  ```
361
338
 
362
- ### Running multiple accounts (OBSOLETE, FIXED IN NEXT VERSION)
363
-
364
- - main idea: one Ayadn folder per account
365
- - change the name of the ayadn folder to @yourusername
366
- - replace "me" in `config.yml` by your username (without "@")
367
- - do `ayadn authorize` to force a new process (you may have to log off your browser (or delete cookies) first if you want to change accounts)
368
- - don't ever run "ayadn install config" or Ayadn will ignore your multiple settings
369
-
370
339
  ### Pinboard
371
340
 
372
341
  Export a post link + text + tags to Pinboard:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ayadn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Dejonckheere