bioinform 0.3.1 → 0.3.2

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
- SHA1:
3
- metadata.gz: 14f2fb7993dff9e7a405856ff0e44989e1fd4d1a
4
- data.tar.gz: 268ceea6bb9741c463e30923c4a26b8a9a8092a3
2
+ SHA256:
3
+ metadata.gz: 815bb48e1022dbcf03e50fd8fe9ea2aebde5af49982a6dd724dd8076b6f8feb2
4
+ data.tar.gz: 2763d993767d26629452e4b1249005ac9a1fd2a2e7ea2144bad6fb64c1f4db01
5
5
  SHA512:
6
- metadata.gz: aa01a07bcf91915f1e562bd7a16a2d74f74334215ee9cdf7e9cbb0516fcf589e8c28731de319f5c8fb1b412e39a111aabc6b689a791257d35fe008ea1e54b777
7
- data.tar.gz: 63c27498b5b1c8ca1954c2b950cf202480516e5b5aa534ca1c02f00e4e7e310d16db4ac4d2934e462c071b29be939b40a292fbd97ad7b57321d44933f7f87523
6
+ metadata.gz: f2c27432312380b2595e42560e9edcf37d78790a06f8f4ebd4524e464fc2a2a50856b1c81935d921b8e240d1c914d737acb3baabdbf24f37cb84c77e991c2084
7
+ data.tar.gz: c6d1a75d09883d8cef6c1cec3a1aa2df635b02bcc86b7dea3d633e32f69649e3a0a324e0edde779c0dd30e541a4ea7017d74b30e16491e0b0d1c437c77adfd7f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bioinform (0.3.1)
4
+ bioinform (0.3.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -81,4 +81,4 @@ DEPENDENCIES
81
81
  wdm
82
82
 
83
83
  BUNDLED WITH
84
- 1.11.2
84
+ 2.2.33
@@ -16,8 +16,8 @@ module Bioinform
16
16
 
17
17
  private :motif_klasses, :motif?
18
18
 
19
- def method_missing(meth, *args, &block)
20
- result = model.public_send(meth, *args, &block)
19
+ def method_missing(meth, *args, **kwargs, &block)
20
+ result = model.public_send(meth, *args, **kwargs, &block)
21
21
  if motif?(result) && ! result.is_a?(self.class)
22
22
  self.class.new(result, name)
23
23
  else
@@ -1,3 +1,3 @@
1
1
  module Bioinform
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bioinform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya Vorontsov
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-22 00:00:00.000000000 Z
11
+ date: 2026-01-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A bunch of useful classes for bioinformatics
14
14
  email:
@@ -106,7 +106,7 @@ files:
106
106
  homepage: ''
107
107
  licenses: []
108
108
  metadata: {}
109
- post_install_message:
109
+ post_install_message:
110
110
  rdoc_options: []
111
111
  require_paths:
112
112
  - lib
@@ -121,9 +121,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
123
  requirements: []
124
- rubyforge_project:
125
- rubygems_version: 2.5.1
126
- signing_key:
124
+ rubygems_version: 3.2.33
125
+ signing_key:
127
126
  specification_version: 4
128
127
  summary: Classes for work with different input formats of positional matrices and
129
128
  IUPAC-words and making simple transform and statistics with them. Also module includes