musi 1.0.0 → 1.0.1

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
  SHA256:
3
- metadata.gz: 05013b57172445c7de43bc022ec4e27f3ae29e87209caaa2ec40160dab088066
4
- data.tar.gz: 6ab87d588e9f75324caa8c1095849f8ec2c0ba4266923b15ed3005d1c1e49c78
3
+ metadata.gz: e5b8447ba11328b33f416020a09a0e039883e07b88486118484dd41617f72766
4
+ data.tar.gz: ecb1b4417ed25c492ebbad2eb9dcca84f2ee9a1caeba443cc876f3f9aeb209aa
5
5
  SHA512:
6
- metadata.gz: 9fe508c1357e966768d8960be1ea6161a59327ce446dd25fd9c612055c48d2f48e02c1d0a239fa79bfaff656a5eabca2368aa390b34e241c6d8600dbfbf5cc14
7
- data.tar.gz: 5cc5b487d261f13ceaf6fab5cbdafd5b5730a6a120ec4126f0731b7b576b34b6b1131d616a673d6d63829780f8a61fb7b1597cf8df3f7f531aac5124e8a541fd
6
+ metadata.gz: 01344a6e75ce63f02224fd4205ee08354737746ccda90aff137713a08b44d23ef1163b3f4f1c17596cc189e3e76abd13a6fd520e121d3f6f3f5151c2fde57e33
7
+ data.tar.gz: 655d9f7312a760fa330580baf6fd970979ae9b12822d8450499d63f1769dd31f9817c036aeb4e6dc21f63fc3d7c22c7676efce456bf9af0a0b94ff70abcb4446
@@ -1,17 +1,12 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- musi (1.0.0)
4
+ musi (1.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- coderay (1.1.2)
10
9
  diff-lcs (1.3)
11
- method_source (0.9.2)
12
- pry (0.12.2)
13
- coderay (~> 1.1.0)
14
- method_source (~> 0.9.0)
15
10
  rake (10.5.0)
16
11
  rspec (3.8.0)
17
12
  rspec-core (~> 3.8.0)
@@ -33,7 +28,6 @@ PLATFORMS
33
28
  DEPENDENCIES
34
29
  bundler (~> 2.0)
35
30
  musi!
36
- pry
37
31
  rake (~> 10.0)
38
32
  rspec (~> 3.0)
39
33
 
@@ -1,3 +1,3 @@
1
1
  module Musi
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
Binary file
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["eselbeus@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Simple music theory gem}
13
- spec.description = %q{A gem for sharping/flattening notes and raising/lowering by perfect 5ths}
13
+ spec.description = %q{A gem for raising and lowering musical notes as strings by major, minor, and perfect intervalsw}
14
14
  spec.homepage = "https://github.com/Eselbeus/musi.git"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: musi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eselbeus
@@ -52,7 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: A gem for sharping/flattening notes and raising/lowering by perfect 5ths
55
+ description: A gem for raising and lowering musical notes as strings by major, minor,
56
+ and perfect intervalsw
56
57
  email:
57
58
  - eselbeus@gmail.com
58
59
  executables: []
@@ -75,6 +76,7 @@ files:
75
76
  - musi-0.1.0.gem
76
77
  - musi-0.1.1.gem
77
78
  - musi-0.1.2.gem
79
+ - musi-1.0.0.gem
78
80
  - musi.gemspec
79
81
  homepage: https://github.com/Eselbeus/musi.git
80
82
  licenses: