quickcite 1.0.1 → 1.0.2

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.
@@ -1,3 +1,3 @@
1
1
  module QuickCite
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -15,19 +15,7 @@ Simplify your (academic) life.
15
15
 
16
16
  Instead of manually hunting down references, let QuickCite do the work for you!
17
17
 
18
- Quickstart --
19
-
20
- Install it:
21
-
22
- gem install quickcite
23
-
24
- Add it to your Makefile:
25
-
26
- paper.pdf: ...
27
- quickcite -b paper.bib *.tex
28
- ...
29
-
30
- That's it!
18
+ Visit https://github.com/rjpower/quickcite for install instructions.
31
19
  END
32
20
  s.add_dependency "bibtex-ruby", ">=2.0"
33
21
  s.add_dependency "json"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quickcite
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Russell Power
@@ -65,19 +65,7 @@ description: |
65
65
 
66
66
  Instead of manually hunting down references, let QuickCite do the work for you!
67
67
 
68
- Quickstart --
69
-
70
- Install it:
71
-
72
- gem install quickcite
73
-
74
- Add it to your Makefile:
75
-
76
- paper.pdf: ...
77
- quickcite -b paper.bib *.tex
78
- ...
79
-
80
- That's it!
68
+ Visit https://github.com/rjpower/quickcite for install instructions.
81
69
 
82
70
  email: power@cs.nyu.edu
83
71
  executables: []