head_music 0.6.3 → 0.6.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36c74d29c5f6cef773b06a8136e5706884174d84
4
- data.tar.gz: bc31e988cc0880e1c3318efcd2f472d947f35c77
3
+ metadata.gz: a444612a53c84d048a14316f64d214708ca82541
4
+ data.tar.gz: 0e0ceee1f3246a2aede152eb605007fab1c20d19
5
5
  SHA512:
6
- metadata.gz: 289dfea79a0db06c1b6daf617bd9d71ccf8113a94c7f8891d2544528674230a4634018f5208b8d5f3f5ed04d77db545b692457d9e791f0ed19b5aa954d724225
7
- data.tar.gz: ea8c85fa06ca3b846355af411dabef71ed6c2f07c27677b805c249fcb26d09d494a2485208f95792f9b3b7e6f6cde878cf1a0bfdcf021dfc1f77479c09b52ae4
6
+ metadata.gz: 3cb71a02810c21a15742cf367e36928cf4bf7f5986b19e1bc2ba633a9da26d9ae33afb595fcba712d85528e3f904dcf57706f41085e7ef03278304190e07b984
7
+ data.tar.gz: 57f7e3334e735f26ab37e6574c181a8c5a8bb1c52287d65c56c75cb41f0ee649bb668bd418d4e2ceee8084e6baed43edd3302ca7b2e81cb0fcca593b91be9026
data/circle.yml ADDED
@@ -0,0 +1,9 @@
1
+ ## Customize the test machine
2
+ machine:
3
+ timezone:
4
+ America/Los_Angeles # Set the timezone
5
+
6
+ # Version of ruby to use
7
+ ruby:
8
+ version:
9
+ 2.3.0
@@ -1,3 +1,3 @@
1
1
  module HeadMusic
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: head_music
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Head
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-25 00:00:00.000000000 Z
11
+ date: 2017-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -112,6 +112,7 @@ files:
112
112
  - Rakefile
113
113
  - bin/console
114
114
  - bin/setup
115
+ - circle.yml
115
116
  - head_music.gemspec
116
117
  - lib/head_music.rb
117
118
  - lib/head_music/accidental.rb