vortex_client 0.7.2 → 0.7.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/lib/vortex_client/utilities.rb +9 -0
- metadata +4 -3
data/Rakefile
CHANGED
@@ -14,7 +14,7 @@ begin
|
|
14
14
|
gem.add_dependency "net_dav", ">= 0.5.0"
|
15
15
|
gem.add_dependency "highline", ">= 1.5.1"
|
16
16
|
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
|
17
|
-
gem.files.include %w(lib/vortex_client.rb lib/vortex_client/string_utils.rb lib/vortex_client/item_extensions.rb lib/vortex_client/person.rb bin/vrtx-sync)
|
17
|
+
gem.files.include %w(lib/vortex_client.rb lib/vortex_client/string_utils.rb lib/vortex_client/item_extensions.rb lib/vortex_client/utilities.rb lib/vortex_client/person.rb bin/vrtx-sync)
|
18
18
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
19
19
|
end
|
20
20
|
rescue LoadError
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.7.
|
1
|
+
0.7.3
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vortex_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 0.7.
|
9
|
+
- 3
|
10
|
+
version: 0.7.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Thomas Flemming
|
@@ -108,6 +108,7 @@ files:
|
|
108
108
|
- lib/vortex_client/item_extensions.rb
|
109
109
|
- lib/vortex_client/person.rb
|
110
110
|
- lib/vortex_client/string_utils.rb
|
111
|
+
- lib/vortex_client/utilities.rb
|
111
112
|
- test/helper.rb
|
112
113
|
- test/test_acl.rb
|
113
114
|
- test/test_date_conversion.rb
|