richter_catalogue 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/README.md +23 -16
- data/lib/richter_catalogue/version.rb +1 -1
- data/richter_catalogue-0.1.0.gem +0 -0
- data/richter_catalogue.gemspec +3 -2
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd2c2bd326c69500a767cefd0b9293729618e1d5
|
|
4
|
+
data.tar.gz: 36335e4850ae7a13fa3c390184932f188b916de3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c66359cea5a8b23f7b98c5638d373f66bc0aa756abcf5b8f99fc581698ab0da2ecb09beb054854c46e56b77dc4d80fa925e6eaf4fc2542b603c023c2ed47a2eb
|
|
7
|
+
data.tar.gz: af5489b1d04e8e6d3185e25d765df1dae45e230f7dd25f7b49c87dad3bc21132f8222e9c1d5b447137d1244dec2256d85240e8009432bd5d2beba5868d40103c
|
data/README.md
CHANGED
|
@@ -2,23 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
richter_catalogue allows users to the search through an abridged version of Gerhard Richter's Painting Catalogue either by the painting's subject, the year in which it was conceived, or directly by its name.
|
|
4
4
|
|
|
5
|
-
## Installation
|
|
6
|
-
|
|
7
|
-
Add this line to your application's Gemfile:
|
|
8
|
-
|
|
9
|
-
```ruby
|
|
10
|
-
gem 'richter_catalogue'
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
And then execute:
|
|
14
5
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
Or install it yourself as:
|
|
18
|
-
|
|
19
|
-
$ gem install richter_catalogue
|
|
20
|
-
|
|
21
|
-
## Usage
|
|
6
|
+
detailed explanation of functionality
|
|
22
7
|
|
|
23
8
|
Decide wether you want to search by subject, year or name.
|
|
24
9
|
|
|
@@ -53,6 +38,28 @@ at any point salve for the original menu you can type 'back' to go back to the p
|
|
|
53
38
|
|
|
54
39
|
at any point you can type 'exit' to exit the gem
|
|
55
40
|
|
|
41
|
+
## Installation
|
|
42
|
+
|
|
43
|
+
Add this line to your application's Gemfile:
|
|
44
|
+
|
|
45
|
+
```ruby
|
|
46
|
+
gem 'richter_catalogue'
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
And then execute:
|
|
50
|
+
|
|
51
|
+
$ bundle
|
|
52
|
+
|
|
53
|
+
Or install it yourself as:
|
|
54
|
+
|
|
55
|
+
$ gem install richter_catalogue
|
|
56
|
+
|
|
57
|
+
## Usage
|
|
58
|
+
|
|
59
|
+
following installation run:
|
|
60
|
+
|
|
61
|
+
$ richter_catalogue
|
|
62
|
+
|
|
56
63
|
## Development
|
|
57
64
|
|
|
58
65
|
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
Binary file
|
data/richter_catalogue.gemspec
CHANGED
|
@@ -6,6 +6,7 @@ require 'richter_catalogue/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "richter_catalogue"
|
|
8
8
|
spec.version = RichterCatalogue::VERSION
|
|
9
|
+
spec.executables = 'richter-catalogue'
|
|
9
10
|
spec.authors = ["andresduarte"]
|
|
10
11
|
spec.email = ["andresduarte010@gmail.com"]
|
|
11
12
|
|
|
@@ -23,8 +24,8 @@ Gem::Specification.new do |spec|
|
|
|
23
24
|
end
|
|
24
25
|
|
|
25
26
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
26
|
-
spec.bindir = "exe"
|
|
27
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
27
|
+
##spec.bindir = "exe"
|
|
28
|
+
##spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
28
29
|
spec.require_paths = ["lib"]
|
|
29
30
|
|
|
30
31
|
spec.add_development_dependency "bundler", "~> 1.12"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: richter_catalogue
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- andresduarte
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
9
|
+
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-11-
|
|
11
|
+
date: 2016-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -71,7 +71,8 @@ description: richter_catalogue allows users to the search through an abridged ve
|
|
|
71
71
|
in which it was conceived, or directly by its name.
|
|
72
72
|
email:
|
|
73
73
|
- andresduarte010@gmail.com
|
|
74
|
-
executables:
|
|
74
|
+
executables:
|
|
75
|
+
- richter-catalogue
|
|
75
76
|
extensions: []
|
|
76
77
|
extra_rdoc_files: []
|
|
77
78
|
files:
|
|
@@ -92,6 +93,7 @@ files:
|
|
|
92
93
|
- lib/richter_catalogue/subject.rb
|
|
93
94
|
- lib/richter_catalogue/version.rb
|
|
94
95
|
- lib/richter_catalogue/year.rb
|
|
96
|
+
- richter_catalogue-0.1.0.gem
|
|
95
97
|
- richter_catalogue.gemspec
|
|
96
98
|
- spec.md
|
|
97
99
|
homepage: https://github.com/andresduarte/richter-catalogue
|