stacker_bee 2.1.1.pre274 → 2.1.1.pre277

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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/.simplecov +7 -0
  3. data/spec/spec_helper.rb +1 -2
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTU5OGFmZjE1MTU2ZGMwYzExZGFiYWRiY2M3OWYzM2U5ZTg1MGI0NQ==
4
+ ZmU4YzIwZDZjYWRlZTFlNGE1NzYxYWMyM2RiMWFjOGEwOGZhYTJlNA==
5
5
  data.tar.gz: !binary |-
6
- MTljMmYyNTNhZmU2MzZjYWJiMjNjZWQwMWY2YmQ4NmMwMGZlNzYzYg==
6
+ YjcyMjExN2EzOGM5MjIzNDkwMDc0NDczYzRjNzhlNjU2MDJiNTgwOA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NDMxNjNiMmMxMDc2YjlkZTI2ZGZlODFlMWQxNmFhNTAyNmY2MjMxZWZhM2Vl
10
- ZGIyZTFjZDI1ODk5MjA3MTllY2M3MWYwYjcyZDkxY2E5OGUyYzQ0NWJlZjIw
11
- MTExZDdmNmYzNDhhNzQ5ZTcyMWYyOTlkMTk4MWI3ZGE5NzdjMjU=
9
+ Yjk0NDA3M2M2ZTlhNzM5YjNkZjU4NTU0NGI3MmIwOTNjODg0MmY3NDc5Zjdm
10
+ ZjNmOTJkNzEwMWM2YTkyMmRmZTg1ZTA4YTM0Y2I3MDk3OWRlYWIwZjZiYzFm
11
+ NTE2NDk1ZWQyNDViNDA5YTM4NWQ5NjFjNmFiNmFmZWUwZDVmNzQ=
12
12
  data.tar.gz: !binary |-
13
- NDEwMzhkNDc0NzgxOTc1YjA1MzIxYWRhYTk1NTNiOWU1YWU5MjM0Yzg3ODM3
14
- NGU3NTFkMDI2NDNjY2Q5NGE0NzBhNjgzMjY0MzY0ZDc0OTQwYmNjZmEyY2U3
15
- ODQ4NWRjNzZiNjgwZjE0ZGQ3N2M2YzZlODg1OWM0NzlkYWViNGU=
13
+ YWQwNGU5ZWRjNzU2MTM5NjVkOTkyMjMzZWQ2ZDhkZDkwNjk5MmY5OTIzMDNh
14
+ NzM5OTFjNWMxMGMzMjI2N2M2MzViZTRjNDdhYWZkYjI2OWU2NTQ4ODE1YjJi
15
+ YTA4Njc5NWE3MzRhNGIxMTlhZjEzYWRhMzk2YTQwNzY2OGIwZTU=
data/.simplecov ADDED
@@ -0,0 +1,7 @@
1
+ require 'simplecov'
2
+ require 'coveralls'
3
+
4
+ SimpleCov.formatter = Coveralls::SimpleCov::Formatter
5
+ SimpleCov.start do
6
+ add_filter "spec/"
7
+ end
data/spec/spec_helper.rb CHANGED
@@ -1,5 +1,4 @@
1
- require 'coveralls'
2
- Coveralls.wear!
1
+ require 'simplecov'
3
2
 
4
3
  # This file was generated by the `rspec --init` command. Conventionally, all
5
4
  # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stacker_bee
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1.pre274
4
+ version: 2.1.1.pre277
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Sterndale
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-22 00:00:00.000000000 Z
12
+ date: 2014-07-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday
@@ -211,6 +211,7 @@ files:
211
211
  - .gitignore
212
212
  - .rspec
213
213
  - .rubocop.yml
214
+ - .simplecov
214
215
  - .travis.yml
215
216
  - Gemfile
216
217
  - LICENSE.txt