coast 0.9.3 → 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile +11 -0
  2. data/Gemfile.lock +38 -0
  3. data/lib/coast/version.rb +1 -1
  4. metadata +4 -2
data/Gemfile ADDED
@@ -0,0 +1,11 @@
1
+ source "https://rubygems.org"
2
+
3
+ gem "activesupport"
4
+
5
+ group :test do
6
+ gem "micro_test", "0.3.0.rc4"
7
+ gem "micro_mock", "0.0.5"
8
+ gem "pry"
9
+ gem "pry-stack_explorer"
10
+ gem "awesome_print"
11
+ end
@@ -0,0 +1,38 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ activesupport (3.2.9)
5
+ i18n (~> 0.6)
6
+ multi_json (~> 1.0)
7
+ awesome_print (1.1.0)
8
+ binding_of_caller (0.6.8)
9
+ celluloid (0.12.3)
10
+ facter (>= 1.6.12)
11
+ timers (>= 1.0.0)
12
+ coderay (1.0.8)
13
+ facter (1.6.14)
14
+ i18n (0.6.1)
15
+ method_source (0.8.1)
16
+ micro_mock (0.0.5)
17
+ micro_test (0.3.0.rc4)
18
+ celluloid
19
+ multi_json (1.3.7)
20
+ pry (0.9.10)
21
+ coderay (~> 1.0.5)
22
+ method_source (~> 0.8)
23
+ slop (~> 3.3.1)
24
+ pry-stack_explorer (0.4.7)
25
+ binding_of_caller (~> 0.6.8)
26
+ slop (3.3.3)
27
+ timers (1.0.1)
28
+
29
+ PLATFORMS
30
+ ruby
31
+
32
+ DEPENDENCIES
33
+ activesupport
34
+ awesome_print
35
+ micro_mock (= 0.0.5)
36
+ micro_test (= 0.3.0.rc4)
37
+ pry
38
+ pry-stack_explorer
@@ -1,3 +1,3 @@
1
1
  module Coast
2
- VERSION = "0.9.3"
2
+ VERSION = "0.9.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -116,8 +116,10 @@ extra_rdoc_files: []
116
116
  files:
117
117
  - lib/coast.rb
118
118
  - lib/coast/version.rb
119
- - LICENSE.txt
119
+ - Gemfile
120
+ - Gemfile.lock
120
121
  - README.md
122
+ - LICENSE.txt
121
123
  - test/test_coast.rb
122
124
  homepage: https://github.com/hopsoft/coast
123
125
  licenses: