finishing_moves 0.2.0 → 0.3.0

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: 42ea93a2ee588f125b572cf38ae4c1498d143bdb
4
- data.tar.gz: 6a5f4e469d4342896ee4c01af854477f58d95537
3
+ metadata.gz: 04cb813df4da3df6df22f0d861292d898afb9fcd
4
+ data.tar.gz: 568ffa1eec4336810fe4bb4f85bfba2dd89cf445
5
5
  SHA512:
6
- metadata.gz: e3743c09cf0ad5bbcbb40c9ab99434988150648f0b624fde2c2dfbdff11e694081f4a571d731aba7f5b555e4fb17f39f90580ffe0aaf15b7bd63b8349cbcda07
7
- data.tar.gz: b3f8d3f73fcf940be756c60132f042cc38530a59febb382610d3a918a859a2f97e1dcac2bb8c0de5b1a353cc8a506f6d67872aea78d345108a18a849b11ecd81
6
+ metadata.gz: 44bbfed641e0bc0316fbe53712d95a0c342ef912ab110942135a802dd4d034174a01d2035470ca13439b29f58ea3bf4a261698fb904115e0fe408897be535c03
7
+ data.tar.gz: a406edce8cbcb1dac8cae545007ba4521068352e05cdc42a1a30c80bc75ca741b214b8272e162185e0609a0cc65ed87154fe138c028e44279ab16f3ff3c8492f
data/.gitignore CHANGED
@@ -1,3 +1,6 @@
1
+ ## Virtual Machine files
2
+ /.vagrant/
3
+
1
4
  *.gem
2
5
  *.rbc
3
6
  /.config
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.1.5
data/.travis.yml ADDED
@@ -0,0 +1,12 @@
1
+ language: ruby
2
+
3
+ cache: bundler
4
+
5
+ rvm:
6
+ - 1.9.3
7
+ - 2.0.0
8
+ - 2.1.0
9
+ - 2.2.0
10
+ - ruby-head
11
+
12
+ script: bundle exec rspec spec
data/Gemfile.lock CHANGED
@@ -1,58 +1,58 @@
1
- PATH
2
- remote: .
3
- specs:
4
- finishing_moves (0.1.2)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- byebug (3.5.1)
10
- columnize (~> 0.8)
11
- debugger-linecache (~> 1.2)
12
- slop (~> 3.6)
13
- coderay (1.1.0)
14
- colorize (0.7.3)
15
- columnize (0.8.9)
16
- debugger-linecache (1.2.0)
17
- diff-lcs (1.2.5)
18
- fuubar (2.0.0)
19
- rspec (~> 3.0)
20
- ruby-progressbar (~> 1.4)
21
- method_source (0.8.2)
22
- priscilla (1.0.3)
23
- colorize (~> 0.7)
24
- rumoji (~> 0.3)
25
- pry (0.10.1)
26
- coderay (~> 1.1.0)
27
- method_source (~> 0.8.1)
28
- slop (~> 3.4)
29
- pry-byebug (2.0.0)
30
- byebug (~> 3.4)
31
- pry (~> 0.10)
32
- rb-readline (0.5.1)
33
- rspec (3.1.0)
34
- rspec-core (~> 3.1.0)
35
- rspec-expectations (~> 3.1.0)
36
- rspec-mocks (~> 3.1.0)
37
- rspec-core (3.1.7)
38
- rspec-support (~> 3.1.0)
39
- rspec-expectations (3.1.2)
40
- diff-lcs (>= 1.2.0, < 2.0)
41
- rspec-support (~> 3.1.0)
42
- rspec-mocks (3.1.3)
43
- rspec-support (~> 3.1.0)
44
- rspec-support (3.1.2)
45
- ruby-progressbar (1.7.0)
46
- rumoji (0.4.0)
47
- slop (3.6.0)
48
-
49
- PLATFORMS
50
- ruby
51
-
52
- DEPENDENCIES
53
- finishing_moves!
54
- fuubar
55
- priscilla
56
- pry-byebug
57
- rb-readline
58
- rspec (~> 3.1.0)
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ finishing_moves (0.3.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ byebug (3.5.1)
10
+ columnize (~> 0.8)
11
+ debugger-linecache (~> 1.2)
12
+ slop (~> 3.6)
13
+ coderay (1.1.0)
14
+ colorize (0.7.3)
15
+ columnize (0.8.9)
16
+ debugger-linecache (1.2.0)
17
+ diff-lcs (1.2.5)
18
+ fuubar (2.0.0)
19
+ rspec (~> 3.0)
20
+ ruby-progressbar (~> 1.4)
21
+ method_source (0.8.2)
22
+ priscilla (1.0.3)
23
+ colorize (~> 0.7)
24
+ rumoji (~> 0.3)
25
+ pry (0.10.1)
26
+ coderay (~> 1.1.0)
27
+ method_source (~> 0.8.1)
28
+ slop (~> 3.4)
29
+ pry-byebug (2.0.0)
30
+ byebug (~> 3.4)
31
+ pry (~> 0.10)
32
+ rb-readline (0.5.1)
33
+ rspec (3.1.0)
34
+ rspec-core (~> 3.1.0)
35
+ rspec-expectations (~> 3.1.0)
36
+ rspec-mocks (~> 3.1.0)
37
+ rspec-core (3.1.7)
38
+ rspec-support (~> 3.1.0)
39
+ rspec-expectations (3.1.2)
40
+ diff-lcs (>= 1.2.0, < 2.0)
41
+ rspec-support (~> 3.1.0)
42
+ rspec-mocks (3.1.3)
43
+ rspec-support (~> 3.1.0)
44
+ rspec-support (3.1.2)
45
+ ruby-progressbar (1.7.0)
46
+ rumoji (0.4.0)
47
+ slop (3.6.0)
48
+
49
+ PLATFORMS
50
+ ruby
51
+
52
+ DEPENDENCIES
53
+ finishing_moves!
54
+ fuubar
55
+ priscilla
56
+ pry-byebug
57
+ rb-readline
58
+ rspec (~> 3.1.0)
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2014 Forge Software
3
+ Copyright (c) 2015 Forge Software
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal