rubyscholar 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -16,8 +16,11 @@ Some features:
16
16
  ### As a Ruby Gem:
17
17
  1. Install the gem using: `[sudo] gem install rubyscholar`
18
18
  2. Create and configure a `config.yml` file.
19
- 3. Run as `rubyscholar scrape`.
20
- 4. A `scholar.html` file is created.
19
+ To create a `config.yml` file, run `$ rubyscholar init`
20
+ Edit the file, filling in your details.
21
+ 3. Run as `$ rubyscholar scrape --out file.html `.
22
+ 4. A `file.html` file is created containing your citations all formatted
23
+ and ready to use.
21
24
  5. Done!
22
25
 
23
26
  ### As a ruby script:
@@ -1,3 +1,3 @@
1
1
  module Rubyscholar
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/rubyscholar.gemspec CHANGED
@@ -10,7 +10,8 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["y.wurm@qmul.ac.uk","arkokoley@live.in"]
11
11
  gem.description = %q{Scrape Google Scholar}
12
12
  gem.summary = %q{Rubyscholar scrapes google scholar and formats it into a scholar.html file.}
13
- gem.homepage = ""
13
+ gem.homepage = "http://github.com/yannickwurm/rubyscholar"
14
+ gem.license = "MIT"
14
15
 
15
16
  gem.add_dependency "nokogiri", "~>1.6.0"
16
17
  gem.add_dependency "commander", "~>4.1.5"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyscholar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-10-01 00:00:00.000000000 Z
13
+ date: 2013-10-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri
@@ -65,8 +65,9 @@ files:
65
65
  - lib/rubyscholar.rb
66
66
  - lib/rubyscholar/version.rb
67
67
  - rubyscholar.gemspec
68
- homepage: ''
69
- licenses: []
68
+ homepage: http://github.com/yannickwurm/rubyscholar
69
+ licenses:
70
+ - MIT
70
71
  post_install_message:
71
72
  rdoc_options: []
72
73
  require_paths: