infopark_dashboard 0.0.4 → 0.0.5
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 +8 -8
- data/CHANGELOG.md +5 -0
- data/app/models/infopark_dashboard/gem.rb +2 -2
- data/lib/infopark_dashboard/version.rb +1 -1
- metadata +4 -10
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OWY2NzEzMDllZTI4OGI3MmQzZWIwYzVkOGU4MDJiMTQ1YTE3NmIwNQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MWUwZTU4MTI5MzkzOTYzMjE5ZjExMWMzZTE5ZTc3N2VlZTBlZWRmOQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NzQyMjFiYTk4OGFmODczOGIzNDYyN2ZhNzg4YzU3NmVlYzVjZGJhZjE4OGM2
|
|
10
|
+
MmE2NmE5MmUzOWE4MmFlYmNkNGI5Y2VhZjE0ZjQ2OGY3YTI2ZGFjMWMyYTk5
|
|
11
|
+
NTE1ZjBhNzg0MjI3ZDMzOTc3NjNjMjRkOTc0OWI2NDUyMTFjM2E=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDBhNDY3N2I5MWIzMjc2NGY5Zjk1ZjNhMjg3YmQ4YmVlM2QwNTMwNWViNDcw
|
|
14
|
+
MmEzM2E4M2Y1ZThjZmEwYjc1Nzc4Y2Q4MDIwNGFjOTIzYTZiNzBkOTMzZmE2
|
|
15
|
+
MjBiZjdkM2IxYzUyOTJiNzkwM2I3MjVmNWE3NGZhMmEzODcxMDg=
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
# v0.0.5
|
|
2
|
+
* Update to Cloud Connector version 7.
|
|
3
|
+
* Check for `infopark_cloud_connector` gem and not for `infopark_rails_connector` anymore on the
|
|
4
|
+
gems overview.
|
|
5
|
+
|
|
1
6
|
# v0.0.4
|
|
2
7
|
* Allow to search in each working copy to get the number of objects per object class.
|
|
3
8
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module InfoparkDashboard
|
|
2
2
|
class Gem
|
|
3
3
|
def self.all
|
|
4
|
-
%w(
|
|
4
|
+
%w(infopark_cloud_connector infopark_crm_connector infopark_dashboard rails bundler).map do |name|
|
|
5
5
|
new(name)
|
|
6
6
|
end
|
|
7
7
|
end
|
|
@@ -28,4 +28,4 @@ module InfoparkDashboard
|
|
|
28
28
|
version == latest_version
|
|
29
29
|
end
|
|
30
30
|
end
|
|
31
|
-
end
|
|
31
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: infopark_dashboard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Infopark AG
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -72,20 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - ~>
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '
|
|
76
|
-
- - ! '>='
|
|
77
|
-
- !ruby/object:Gem::Version
|
|
78
|
-
version: 6.9.5
|
|
75
|
+
version: '7.0'
|
|
79
76
|
type: :runtime
|
|
80
77
|
prerelease: false
|
|
81
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
82
79
|
requirements:
|
|
83
80
|
- - ~>
|
|
84
81
|
- !ruby/object:Gem::Version
|
|
85
|
-
version: '
|
|
86
|
-
- - ! '>='
|
|
87
|
-
- !ruby/object:Gem::Version
|
|
88
|
-
version: 6.9.5
|
|
82
|
+
version: '7.0'
|
|
89
83
|
- !ruby/object:Gem::Dependency
|
|
90
84
|
name: infopark_crm_connector
|
|
91
85
|
requirement: !ruby/object:Gem::Requirement
|