chairs 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Musical Chairs
2
2
 
3
- A gem for swapping iOS simulator states. Saves all the documents, library and cache for the most recently user iOS app into the current folder with a named version. Commands are modelled after git.
3
+ A gem for swapping iOS simulator states. Saves all the documents, library and cache for the most recently user iOS app into the current folder with a named version. Commands are modelled after git. There's a writeup on the motivations for this: [artsy.github.com](http://artsy.github.com/blog/2013/03/29/musical-chairs/)
4
4
 
5
5
  ## Setup
6
6
 
@@ -30,4 +30,4 @@ You can [open a new issue](/orta/chairs/issues). I'm usually very responsive to
30
30
  See the [LICENSE.txt](/orta/chairs/blob/master/LICENSE.txt) file included in the distribution.
31
31
 
32
32
  ## Copyright
33
- Copyright (c) 2013 Art.sy
33
+ Copyright (c) 2013 Art.sy
@@ -1,3 +1,3 @@
1
1
  module Chairs
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
data/lib/musician.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require "rubygems"
2
- require_relative "pow"
2
+ require File.join(File.dirname(__FILE__), 'pow')
3
3
 
4
4
  require "chairs/version"
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chairs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-01 00:00:00.000000000 Z
12
+ date: 2013-05-08 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! 'Switch the documents directory for the iOS app you''re currently working
15
15
  on using named tags. '