budgetcrmod 0.4.2 → 0.5.0
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 +5 -5
- data/VERSION +1 -1
- data/budgetcrmod.gemspec +4 -4
- data/lib/budgetcrmod/budget.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 51b952374d995bedfedab50af519862104a7ee1056a72043a1759f7197f57331
|
|
4
|
+
data.tar.gz: c0624eea270b06dbad63456e5b92c2f2bd4d6ad4f9dc4d6f1a4c8ff47108cb37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c17613d1be4629cfcaa10564a36ae6df45f1c23bc6f7ae132b1acec040d2a61a2d3161dd7260a4c0f6f470669c566ede97e3e77893a105366c63c7746fc9393
|
|
7
|
+
data.tar.gz: e2210b83b2829b057cac88bf83f3444806d2fdb7397f49f0096e9fb447ed163c0e6c0456f2154b83aafa99c01a4d0a3c6b26f7991a952fe56f7e74b6774cad20
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.5.0
|
data/budgetcrmod.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: budgetcrmod 0.
|
|
5
|
+
# stub: budgetcrmod 0.5.0 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "budgetcrmod".freeze
|
|
9
|
-
s.version = "0.
|
|
9
|
+
s.version = "0.5.0"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["Edmund Highcock".freeze]
|
|
14
|
-
s.date = "
|
|
14
|
+
s.date = "2020-02-08"
|
|
15
15
|
s.description = "A CodeRunner module to help you do your budget".freeze
|
|
16
16
|
s.email = "edmundhighcock@users.sourceforge.net".freeze
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
|
|
|
35
35
|
]
|
|
36
36
|
s.homepage = "http://github.com/edmundhighcock/budgetcrmod".freeze
|
|
37
37
|
s.licenses = ["MIT".freeze]
|
|
38
|
-
s.rubygems_version = "
|
|
38
|
+
s.rubygems_version = "3.0.6".freeze
|
|
39
39
|
s.summary = "A CodeRunner module to help you do your budget".freeze
|
|
40
40
|
|
|
41
41
|
if s.respond_to? :specification_version then
|
data/lib/budgetcrmod/budget.rb
CHANGED
|
@@ -259,7 +259,7 @@ class CodeRunner
|
|
|
259
259
|
#component.deposit = 0.0
|
|
260
260
|
#end
|
|
261
261
|
#@runner.cache[:data].push dataset
|
|
262
|
-
component.external_account; component.sub_account # Triggers interactive account choices
|
|
262
|
+
#component.external_account; component.sub_account # Triggers interactive account choices
|
|
263
263
|
#component.account = @account
|
|
264
264
|
end
|
|
265
265
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: budgetcrmod
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Edmund Highcock
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: coderunner
|
|
@@ -120,8 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
120
120
|
- !ruby/object:Gem::Version
|
|
121
121
|
version: '0'
|
|
122
122
|
requirements: []
|
|
123
|
-
|
|
124
|
-
rubygems_version: 2.6.8
|
|
123
|
+
rubygems_version: 3.0.6
|
|
125
124
|
signing_key:
|
|
126
125
|
specification_version: 4
|
|
127
126
|
summary: A CodeRunner module to help you do your budget
|