agcaldav 0.1.1 → 0.2

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.
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
 
12
12
  s.license = 'MIT'
13
13
 
14
- s.homepage = 'https://github.com/agilastic/caldav2'
14
+ s.homepage = 'https://github.com/agilastic/agcaldav'
15
15
  s.authors = "Alex Ebeling-Hoppe"
16
16
  s.email = "ebeling-hoppe@agilastic.de"
17
17
  # forked from "Martin Povolny" => "https://github.com/martinpovolny",
@@ -1,3 +1,3 @@
1
1
  module CalDAV
2
- VERSION = "0.1.1"
3
- end
2
+ VERSION=0.2
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agcaldav
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: '0.2'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -67,6 +67,7 @@ extra_rdoc_files: []
67
67
  files:
68
68
  - .gitignore
69
69
  - README.rdoc
70
+ - agcaldav.gemspec
70
71
  - lib/caldav.rb
71
72
  - lib/caldav/client.rb
72
73
  - lib/caldav/filter.rb
@@ -75,8 +76,7 @@ files:
75
76
  - lib/caldav/query.rb
76
77
  - lib/caldav/request.rb
77
78
  - lib/caldav/version.rb
78
- - ruby-caldav.gemspec
79
- homepage: https://github.com/agilastic/caldav2
79
+ homepage: https://github.com/agilastic/agcaldav
80
80
  licenses:
81
81
  - MIT
82
82
  post_install_message: