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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a091d1076ac769afcfdbce3e697c86e61b663fda
4
- data.tar.gz: 0c0254cef4d24e31cd2fbeee1cb0c7fec2e44ba9
3
+ metadata.gz: dd2c2bd326c69500a767cefd0b9293729618e1d5
4
+ data.tar.gz: 36335e4850ae7a13fa3c390184932f188b916de3
5
5
  SHA512:
6
- metadata.gz: 4780e8e861f4b046923a26d85e98aa3965dafa0a9bf470f621d50a8bf58188527a824adc1af232e95d4e8e45f00ec4ab69ac5c481ed8c906d5d3968945e45acd
7
- data.tar.gz: 021dfdac4c123e61a776a10392c00b77890b5bc0eeb95a332f2dcf4fb7a611412d612ee1f8a00716d5f1aac9dc97e9441adea4269950d7021b6d9bdd9d8af4e2
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
- $ bundle
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.
@@ -1,3 +1,3 @@
1
1
  module RichterCatalogue
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
Binary file
@@ -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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - andresduarte
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-09 00:00:00.000000000 Z
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