word_search 1.2.0 → 1.2.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/.gitignore +1 -0
- data/docs/Rakefile +2 -0
- data/docs/bin/middleman +18 -0
- data/lib/word_search/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f145a4a923a822f331439e7987ec8219a4270c70
|
|
4
|
+
data.tar.gz: e1fa7933997384847fcbe9aacedc57cb3e03e34c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6efabae04375d9e22ace9c3f5688281df375022356d0892afdbbe618164bef130d6bc1f462fcc78d15a568a82e7a2560519b1fd045fefc4dd0bdc59ae8e78304
|
|
7
|
+
data.tar.gz: ff7627fa40dfa8bed1dac82a8dea4e78db113aa38cf4f67f01311c7170bf8036ceb8946e08fca8b82fcee56c79d316725b064e5c1b375723fa6c34ab3ca3a4ff
|
data/.gitignore
CHANGED
data/docs/Rakefile
CHANGED
data/docs/bin/middleman
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
#
|
|
5
|
+
# This file was generated by Bundler.
|
|
6
|
+
#
|
|
7
|
+
# The application 'middleman' is installed as part of a gem, and
|
|
8
|
+
# this file is here to facilitate running it.
|
|
9
|
+
#
|
|
10
|
+
|
|
11
|
+
require "pathname"
|
|
12
|
+
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
|
13
|
+
Pathname.new(__FILE__).realpath)
|
|
14
|
+
|
|
15
|
+
require "rubygems"
|
|
16
|
+
require "bundler/setup"
|
|
17
|
+
|
|
18
|
+
load Gem.bin_path("middleman-cli", "middleman")
|
data/lib/word_search/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: word_search
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- npezza93
|
|
@@ -189,6 +189,7 @@ files:
|
|
|
189
189
|
- docs/Gemfile
|
|
190
190
|
- docs/Gemfile.lock
|
|
191
191
|
- docs/Rakefile
|
|
192
|
+
- docs/bin/middleman
|
|
192
193
|
- docs/config.rb
|
|
193
194
|
- docs/source/images/logo.png
|
|
194
195
|
- docs/source/images/search.png
|