vortex_client 0.7.2 → 0.7.3

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.
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.2
1
+ 0.7.3
@@ -0,0 +1,9 @@
1
+ module Vortex
2
+
3
+ # Utilities
4
+
5
+ class Utils
6
+
7
+ end
8
+
9
+ end
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: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 2
10
- version: 0.7.2
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