cheatset 1.3.9 → 1.3.10

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: 47270fcb17e94eb10343c003a67ed12398efda59
4
- data.tar.gz: 47c4c10eb6d0ff5ad02ab568c22a00bc392b176c
3
+ metadata.gz: 36be5b114d7146f20730e58980b3c95f626964d3
4
+ data.tar.gz: c668b8aefb3d14855367dcc4f7ee2a9631b4d7af
5
5
  SHA512:
6
- metadata.gz: e819e22063022babf6b413505d8bfb555376363a00fb958fa818c6e9301814694700d5c7b932b38fa791b13c18adfcbbf334aef4dd42adad58a3e362d1396962
7
- data.tar.gz: b167345ee4afaf10d3e6e985d25b39afbb3d50b9aaae479f21fa649e43b9abb4996588bd5f6f8e5d213ebf36bcaabba2e24e1c1ca4a97ef316c500fbb7d0ccad
6
+ metadata.gz: e286c9885dd022f7b154d10ca4ff6f3ea9008807b376897100cd8681516bb3517f5dbc7f7335ed5f953b8cbbeb4830a33501a7c5729b0bdcda1b19d3508a32c0
7
+ data.tar.gz: 0f751d56af8812577f92b36c69914a8db794f04880adbe0019d23438bf9f85e251faaf954f63e1fb78e3bedea4b5b61d8a84320e03f72b2072e2636a9de9f8e1
@@ -114,6 +114,7 @@ class Cheatset::Creator
114
114
  if entry.name || entry.index_name
115
115
  if(!entry.not_in_main_index)
116
116
  db.execute(sql, (entry.index_name) ? entry.index_name.strip : entry.tags_stripped_name.strip, 'Entry', href)
117
+ end
117
118
  end
118
119
  if entry.extra_index_name
119
120
  entry.extra_index_name.each do |extra_index_name|
@@ -1,3 +1,3 @@
1
1
  module Cheatset
2
- VERSION = '1.3.9'
2
+ VERSION = '1.3.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cheatset
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.9
4
+ version: 1.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bogdan Popescu