blackfriday2016 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/blackfriday2016-0.1.0.gem +0 -0
- data/blackfriday2016.gemspec +4 -4
- 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: 00a84ef681721ba93f8bb92b15fe16295314d9a6
|
|
4
|
+
data.tar.gz: c4428f86079d3bbee5be8a7f8a94859f6e4b5215
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2374599ef13692cf3232295cc7ae61a61e771f4bc69294950ec31228e272dbe5ba33a3de40b28e46ad049098171f652f69ade91796c3917dace830a8ec86dcae
|
|
7
|
+
data.tar.gz: 170680d5ea2f6a28ad2e0a66e5525994616eae8ba9254a94b4372c9c1a4e48ec88f6d0352be08bf9b2e252862012891f54fd4b6788ffffebdfbf903af83dbfa3
|
|
Binary file
|
data/blackfriday2016.gemspec
CHANGED
|
@@ -4,8 +4,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = 'blackfriday2016'
|
|
7
|
-
s.version = '0.1.
|
|
8
|
-
s.date = '2016-11-
|
|
7
|
+
s.version = '0.1.1'
|
|
8
|
+
s.date = '2016-11-10'
|
|
9
9
|
s.summary = "Black Friday 2016!"
|
|
10
10
|
s.description = "A simple gem listing Black Friday Deals from various stores"
|
|
11
11
|
s.authors = ["Chirag Dudhat"]
|
|
@@ -16,8 +16,8 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
s.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
17
17
|
f.match(%r{^(test|spec|features)/})
|
|
18
18
|
end
|
|
19
|
-
s.bindir = "exe"
|
|
20
|
-
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
19
|
+
#s.bindir = "exe"
|
|
20
|
+
s.executables = "blackfriday2016" #s.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
21
21
|
s.require_paths = ["lib"]
|
|
22
22
|
|
|
23
23
|
s.add_development_dependency "bundler", "~> 1.13"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blackfriday2016
|
|
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
|
- Chirag Dudhat
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
9
|
+
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-11-
|
|
11
|
+
date: 2016-11-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -96,7 +96,8 @@ dependencies:
|
|
|
96
96
|
version: '0.8'
|
|
97
97
|
description: A simple gem listing Black Friday Deals from various stores
|
|
98
98
|
email: cdudhat@gmail.com
|
|
99
|
-
executables:
|
|
99
|
+
executables:
|
|
100
|
+
- blackfriday2016
|
|
100
101
|
extensions: []
|
|
101
102
|
extra_rdoc_files: []
|
|
102
103
|
files:
|
|
@@ -110,6 +111,7 @@ files:
|
|
|
110
111
|
- bin/blackfriday2016
|
|
111
112
|
- bin/console
|
|
112
113
|
- bin/setup
|
|
114
|
+
- blackfriday2016-0.1.0.gem
|
|
113
115
|
- blackfriday2016.gemspec
|
|
114
116
|
- config/environment.rb
|
|
115
117
|
- lib/blackfriday2016.rb
|