diff --git a/Gemfile b/Gemfile
index 272d427..090142a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem 'rake'
+gem 'cocoapods', '= 0.37.2'
gem "motion-cocoapods"
gem 'afmotion'
gem "motion-sparkle"
@@ -10,4 +10,4 @@ gem 'sugarcube', :require => [
]
gem "ib"
#gem "kyan_jukebox_websocket_lib", :path => "/Users/duncan/_dev/kyan/gems/kyan_jukebox_websocket_lib"
-gem "kyan_jukebox", :git => 'git@github.com:kyan/kyan_jukebox_websocket_lib.git'
\ No newline at end of file
+gem "kyan_jukebox", :git => 'git@github.com:kyan/kyan_jukebox_websocket_lib.git'
diff --git a/Gemfile.lock b/Gemfile.lock
index 9afb928..8c440dd 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -7,7 +7,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
- activesupport (4.2.0)
+ activesupport (4.2.5)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
@@ -19,32 +19,31 @@ GEM
bubble-wrap (1.7.1)
bubble-wrap-http (= 1.7.1)
bubble-wrap-http (1.7.1)
- claide (0.7.0)
- cocoapods (0.35.0)
+ claide (0.8.2)
+ cocoapods (0.37.2)
activesupport (>= 3.2.15)
- claide (~> 0.7.0)
- cocoapods-core (= 0.35.0)
- cocoapods-downloader (~> 0.8.0)
- cocoapods-plugins (~> 0.3.1)
- cocoapods-trunk (~> 0.4.1)
- cocoapods-try (~> 0.4.2)
+ claide (~> 0.8.1)
+ cocoapods-core (= 0.37.2)
+ cocoapods-downloader (~> 0.9.0)
+ cocoapods-plugins (~> 0.4.2)
+ cocoapods-trunk (~> 0.6.1)
+ cocoapods-try (~> 0.4.5)
colored (~> 1.2)
escape (~> 0.0.4)
- molinillo (~> 0.1.2)
+ molinillo (~> 0.2.3)
nap (~> 0.8)
- open4 (~> 1.3)
- xcodeproj (~> 0.20.2)
- cocoapods-core (0.35.0)
+ xcodeproj (~> 0.24.2)
+ cocoapods-core (0.37.2)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
nap (~> 0.8.0)
- cocoapods-downloader (0.8.1)
- cocoapods-plugins (0.3.2)
+ cocoapods-downloader (0.9.3)
+ cocoapods-plugins (0.4.2)
nap
- cocoapods-trunk (0.4.1)
- nap (>= 0.8)
+ cocoapods-trunk (0.6.4)
+ nap (>= 0.8, < 2.0)
netrc (= 0.7.8)
- cocoapods-try (0.4.3)
+ cocoapods-try (0.4.5)
colored (1.2)
escape (0.0.4)
fuzzy_match (2.0.4)
@@ -53,24 +52,22 @@ GEM
thor (~> 0.15.4)
tilt (~> 1.4.1)
xcodeproj (~> 0.17)
- json (1.8.2)
- minitest (5.5.1)
- molinillo (0.1.2)
+ json (1.8.3)
+ minitest (5.8.3)
+ molinillo (0.2.3)
motion-cocoapods (1.7.0)
cocoapods (>= 0.34)
motion-require (0.2.0)
motion-sparkle (0.0.5)
nap (0.8.0)
netrc (0.7.8)
- open4 (1.3.4)
- rake (10.4.2)
sugarcube (3.1.1)
thor (0.15.4)
- thread_safe (0.3.4)
+ thread_safe (0.3.5)
tilt (1.4.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
- xcodeproj (0.20.2)
+ xcodeproj (0.24.3)
activesupport (>= 3)
colored (~> 1.2)
@@ -80,9 +77,12 @@ PLATFORMS
DEPENDENCIES
afmotion
bubble-wrap
+ cocoapods (= 0.37.2)
ib
kyan_jukebox!
motion-cocoapods
motion-sparkle
- rake
sugarcube
+
+BUNDLED WITH
+ 1.10.6
diff --git a/Rakefile b/Rakefile
index 21d2ba3..7b115b8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,7 +16,7 @@ Motion::Project::App.setup do |app|
app.codesign_for_release = false
app.info_plist['NSUIElement'] = 1
- app.info_plist['NSHumanReadableCopyright'] = 'Copyright © 2013, Kyan Ltd'
+ app.info_plist['NSHumanReadableCopyright'] = 'Copyright © 2016, Kyan Ltd'
app.pods do
pod 'SocketRocket'
@@ -27,7 +27,7 @@ Motion::Project::App.setup do |app|
app.sparkle do
release :base_url, 'https://raw.github.com/kyan/kyan_bar/master'
release :package_base_url, 'https://github.com/kyan/kyan_bar/releases/download'
- release :version, '1.5.1'
+ release :version, '1.6'
# Optional settings
release :feed_filename, 'releases.xml'
diff --git a/release_notes.html b/release_notes.html
index 5bc6f75..371a700 100644
--- a/release_notes.html
+++ b/release_notes.html
@@ -3,5 +3,5 @@
Updates:
-* Update rendering for El Capitan
-* Update the links to various services
+* Update UI for El Capitan
+* Update services menu
diff --git a/releases.xml b/releases.xml
index 489ec7d..627dec2 100644
--- a/releases.xml
+++ b/releases.xml
@@ -14,23 +14,23 @@
en
- Thu, 09 Jul 2015 13:44:14 +0100
+ Thu, 24 Dec 2015 10:09:10 +0000
-
- KyanBar 1.5.1
+ KyanBar 1.6
- Thu, 09 Jul 2015 13:44:14 +0100
+ Thu, 24 Dec 2015 10:09:10 +0000
- KyanBar-1.5.1
+ KyanBar-1.6
https://raw.github.com/kyan/kyan_bar/master/release_notes.html
-
+