functio 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8e0e389585d5571e8646146d44880686a93adfe8
4
- data.tar.gz: 26e3f4867e46c91d3471a308e837e8957621f540
3
+ metadata.gz: ce35240fc3215d56717df4b3b1bf8928c85fc72b
4
+ data.tar.gz: 03c8a1f5650c1226e6d7411e913270e1ebb491a8
5
5
  SHA512:
6
- metadata.gz: 7dc502435f956ac6ec99abf186dbbc6c7e6123b3a350469e7babeb9de5d62c12650e01b566151d7715ba56f3df5d55769671be665e0ba135bbea18bb5a1079d1
7
- data.tar.gz: 1cbdc2a0dd8195fe4d936d617a0d5b321fab329d0dbf1ca6f3ae1750d0731bad5c9b3e287c9986c93fba4a7bc01836d2d631354e90d4520131be539835c665b0
6
+ metadata.gz: d991d5686fb236cd6a47cc2cb269986c4c7610787652a4ecff2aff9cfcbc185433e719e6d2e00d2ea30c2822fc6ddd7c7cceca6ca350c700d936d7817f220199
7
+ data.tar.gz: dcf45981f8e36f853f9c56286597c1d9265a37cf3e4d227181aa6f25a38207f562072037107a90bc138d560b9a1a07c0b6ec432415e92d062c665af5ca018e1c
@@ -1,5 +1,10 @@
1
1
  # Change Log
2
2
 
3
+ ## v0.1.1 (2016-09-02)
4
+
5
+ - Establish the set of mathematical operations and functions to be the same set
6
+ of Dentaku version 2.0.8.
7
+
3
8
  ## v0.1.0 (2016-05-22)
4
9
 
5
10
  - Initial release. Features:
@@ -1,56 +1,56 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- functio (0.1.0)
5
- dentaku (~> 2.0, >= 2.0.7)
4
+ functio (0.1.1)
5
+ dentaku (= 2.0.8)
6
6
  thor (~> 0.19)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- aruba (0.14.1)
11
+ aruba (0.14.2)
12
12
  childprocess (~> 0.5.6)
13
13
  contracts (~> 0.9)
14
14
  cucumber (>= 1.3.19)
15
15
  ffi (~> 1.9.10)
16
16
  rspec-expectations (>= 2.99)
17
17
  thor (~> 0.19)
18
- ast (2.2.0)
18
+ ast (2.3.0)
19
19
  builder (3.2.2)
20
20
  childprocess (0.5.9)
21
21
  ffi (~> 1.0, >= 1.0.11)
22
22
  contracts (0.14.0)
23
- cucumber (2.3.3)
23
+ cucumber (2.4.0)
24
24
  builder (>= 2.1.2)
25
- cucumber-core (~> 1.4.0)
25
+ cucumber-core (~> 1.5.0)
26
26
  cucumber-wire (~> 0.0.1)
27
27
  diff-lcs (>= 1.1.3)
28
- gherkin (~> 3.2.0)
28
+ gherkin (~> 4.0)
29
29
  multi_json (>= 1.7.5, < 2.0)
30
30
  multi_test (>= 0.1.2)
31
- cucumber-core (1.4.0)
32
- gherkin (~> 3.2.0)
31
+ cucumber-core (1.5.0)
32
+ gherkin (~> 4.0)
33
33
  cucumber-wire (0.0.1)
34
34
  dentaku (2.0.8)
35
35
  diff-lcs (1.2.5)
36
- ffi (1.9.10)
37
- gherkin (3.2.0)
36
+ ffi (1.9.14)
37
+ gherkin (4.0.0)
38
38
  json (1.8.3)
39
39
  minitest (5.9.0)
40
40
  multi_json (1.12.1)
41
41
  multi_test (0.1.2)
42
42
  papers (2.3.0)
43
- parser (2.3.1.0)
43
+ parser (2.3.1.2)
44
44
  ast (~> 2.2)
45
45
  powerpack (0.1.1)
46
46
  rainbow (2.1.0)
47
- rake (11.1.2)
47
+ rake (11.2.2)
48
48
  rdoc (4.2.2)
49
49
  json (~> 1.4)
50
- rspec-expectations (3.4.0)
50
+ rspec-expectations (3.5.0)
51
51
  diff-lcs (>= 1.2.0, < 2.0)
52
- rspec-support (~> 3.4.0)
53
- rspec-support (3.4.1)
52
+ rspec-support (~> 3.5.0)
53
+ rspec-support (3.5.0)
54
54
  rubocop (0.38.0)
55
55
  parser (>= 2.3.0.6, < 3.0)
56
56
  powerpack (~> 0.1)
@@ -59,7 +59,7 @@ GEM
59
59
  unicode-display_width (~> 1.0, >= 1.0.1)
60
60
  ruby-progressbar (1.8.1)
61
61
  thor (0.19.1)
62
- unicode-display_width (1.0.5)
62
+ unicode-display_width (1.1.0)
63
63
 
64
64
  PLATFORMS
65
65
  ruby
@@ -76,4 +76,4 @@ DEPENDENCIES
76
76
  rubocop (~> 0.38.0)
77
77
 
78
78
  BUNDLED WITH
79
- 1.12.4
79
+ 1.12.5
@@ -37,7 +37,7 @@ EOS
37
37
  s.files = `git ls-files -z`.split("\0")
38
38
  s.executables << 'fn'
39
39
 
40
- s.add_runtime_dependency 'dentaku', '~> 2.0', '>= 2.0.7'
40
+ s.add_runtime_dependency 'dentaku', '2.0.8'
41
41
  s.add_runtime_dependency 'thor', '~> 0.19'
42
42
  s.add_development_dependency 'bundler', '~> 1.11'
43
43
  end
@@ -19,5 +19,5 @@
19
19
 
20
20
  module Functio
21
21
  # Functio version
22
- VERSION = '0.1.0'.freeze
22
+ VERSION = '0.1.1'.freeze
23
23
  end
@@ -23,7 +23,8 @@ require 'papers'
23
23
  # Configures Papers for license compatibility validation.
24
24
  Papers.configure do |config|
25
25
  # A whitelist of accepted licenses.
26
- config.license_whitelist = ['MIT', 'BSD', 'BSD-2-Clause', 'Ruby', 'GPL-3.0+']
26
+ config.license_whitelist = ['MIT', 'BSD', 'BSD-2-Clause', 'BSD-3-Clause',
27
+ 'Ruby', 'GPL-3.0+']
27
28
 
28
29
  # The location of your dependency manifest. Defaults to
29
30
  # config/papers_manifest.yml
metadata CHANGED
@@ -1,35 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: functio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cassiano Kuplich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-22 00:00:00.000000000 Z
11
+ date: 2016-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dentaku
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '2.0'
20
- - - ">="
17
+ - - '='
21
18
  - !ruby/object:Gem::Version
22
- version: 2.0.7
19
+ version: 2.0.8
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - "~>"
28
- - !ruby/object:Gem::Version
29
- version: '2.0'
30
- - - ">="
24
+ - - '='
31
25
  - !ruby/object:Gem::Version
32
- version: 2.0.7
26
+ version: 2.0.8
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: thor
35
29
  requirement: !ruby/object:Gem::Requirement