modalibrary 0.0.12 → 0.0.13

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
- SHA256:
3
- metadata.gz: 4d12d08bcb0faa5eaeb5c53a21c0e2d908174d760199a44762e5da9a1a3da6a2
4
- data.tar.gz: f6331e65514b52867b075cda179c5c737177e24e03b6211d9385c7cd97b35f00
2
+ SHA1:
3
+ metadata.gz: 47cd27d4e3b4574fe13e8b018aa580cbf6ab13b3
4
+ data.tar.gz: 45b0840a200a69b0b0598fd695a341d140085044
5
5
  SHA512:
6
- metadata.gz: 61f6d2b122be2871b33cee2808847e7c2b06f77c667b08c10ead88612a4f2b4a3bf6139b682bf8c80df960f5af4d799df6ad804ed0a6b2e3744d29e502fbff25
7
- data.tar.gz: 5afacf779e9aa09dfda7430ca12b3b6ace341487c0e36e880b1bc3ece694c0b6dca5cd6ee85e30900806dd6b9ad0dc655dfc10d78a5c45a84f630424fe7901d0
6
+ metadata.gz: 1e19408ae2bf7f79d300f1b8d5a205ae033091e9217315cb610d35599b3f80da0e3010cd12721a4cd583f408dcc56b19c4dfe14679a980a9ecdb6956a997e119
7
+ data.tar.gz: 2b828fb404d9e6e6870300d315f9110f11dc1ba4bb6415c771c78c4a354c2cb3e2262832238303696d13e923f0f7c132ad419e65d78026e5954492edc4894b5b
@@ -1,3 +1,3 @@
1
1
  module Modalibrary
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
data/modalibrary.gemspec CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
  # Specify which files should be added to the gem when it is released.
17
17
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
18
18
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
19
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
19
+ `git ls-files -z`.split("\x0").reject{ |f| f.match(%r{^(test|spec|features)/}) }.reject{|f| f.match(%r{\.gem$})}
20
20
  end
21
21
  spec.bindir = "exe"
22
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modalibrary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Moda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-04-24 00:00:00.000000000 Z
11
+ date: 2019-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -55,18 +55,6 @@ files:
55
55
  - bin/setup
56
56
  - lib/modalibrary.rb
57
57
  - lib/modalibrary/version.rb
58
- - modalibrary-0.0.1.gem
59
- - modalibrary-0.0.10.gem
60
- - modalibrary-0.0.11.gem
61
- - modalibrary-0.0.2.gem
62
- - modalibrary-0.0.4.gem
63
- - modalibrary-0.0.5.gem
64
- - modalibrary-0.0.6.a.gem
65
- - modalibrary-0.0.6.b.gem
66
- - modalibrary-0.0.6.pre.gem
67
- - modalibrary-0.0.7.gem
68
- - modalibrary-0.0.8.gem
69
- - modalibrary-0.0.9.gem
70
58
  - modalibrary.gemspec
71
59
  - vendor/.DS_Store
72
60
  - vendor/assets/javascripts/mo-display.min.js
@@ -93,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
81
  version: '0'
94
82
  requirements: []
95
83
  rubyforge_project:
96
- rubygems_version: 2.7.7
84
+ rubygems_version: 2.6.12
97
85
  signing_key:
98
86
  specification_version: 4
99
87
  summary: Moda library, GEMIFIED!
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file