light-service 0.0.12 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 18e898c817a11b13398d6e66dce89c0809ba98d3
4
+ data.tar.gz: f305ad48b609b5f52bab3ce769276bd5b13eeef6
5
+ SHA512:
6
+ metadata.gz: fb9721235e2c14b1af534487fb8060d08a1df789a539b178ea609d078e12196019278d1873afeed9d9bf4577341956133e7106254acfbe0186f5674c5d49c059
7
+ data.tar.gz: db7ac429e532fce47d5f82d507244d96d9d9ea630ad00cc4e27df20d6b0a664ef999f5c89ae8f8819712835b76a3bb27abb73818d4313ac66288fb4f28fba57b
data/README.md CHANGED
@@ -185,6 +185,14 @@ For further examples, please visit the project's [Wiki](https://github.com/adomo
185
185
  4. Push to the branch (`git push origin my-new-feature`)
186
186
  5. Create new Pull Request
187
187
 
188
+ Huge thanks to the [contributors](https://github.com/adomokos/light-service/graphs/contributors)!
189
+
190
+ ## Release Notes
191
+
192
+ ### 0.0.12
193
+ * You can invoke the actions by passing in a [list of actions](https://github.com/adomokos/light-service/blob/c393995a6bc52f1f67535cd242e144350057431c/spec/organizer_spec.rb#L16) or an array of actions.
194
+ * `Context#make` will not create a new Context if it's already a Context. Thanks to [@ramontayag](https://github.com/ramontayag) and [@padi](https://github.com/padi) for their commit.
195
+
188
196
  ## License
189
197
 
190
198
  LightService is released under the [MIT License](http://www.opensource.org/licenses/MIT).
@@ -1,3 +1,3 @@
1
1
  module LightService
2
- VERSION = "0.0.12"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["adomokos@gmail.com"]
7
7
  gem.description = %q{A service skeleton with an emphasis on simplicity}
8
8
  gem.summary = %q{A service skeleton with an emphasis on simplicity}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/adomokos/light-service"
10
10
  gem.license = "MIT"
11
11
 
12
12
  gem.files = `git ls-files`.split($\)
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: light-service
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
5
- prerelease:
4
+ version: 0.1.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Attila Domokos
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-11-26 00:00:00.000000000 Z
11
+ date: 2014-02-18 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rspec
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
@@ -30,7 +27,6 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: simplecov
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ~>
36
32
  - !ruby/object:Gem::Version
@@ -38,7 +34,6 @@ dependencies:
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
38
  - - ~>
44
39
  - !ruby/object:Gem::Version
@@ -46,7 +41,6 @@ dependencies:
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: pry
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
45
  - - '='
52
46
  - !ruby/object:Gem::Version
@@ -54,7 +48,6 @@ dependencies:
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
52
  - - '='
60
53
  - !ruby/object:Gem::Version
@@ -94,30 +87,29 @@ files:
94
87
  - spec/sample/tax/looks_up_tax_percentage_action.rb
95
88
  - spec/sample/tax/provides_free_shipping_action.rb
96
89
  - spec/spec_helper.rb
97
- homepage: ''
90
+ homepage: https://github.com/adomokos/light-service
98
91
  licenses:
99
92
  - MIT
93
+ metadata: {}
100
94
  post_install_message:
101
95
  rdoc_options: []
102
96
  require_paths:
103
97
  - lib
104
98
  required_ruby_version: !ruby/object:Gem::Requirement
105
- none: false
106
99
  requirements:
107
- - - ! '>='
100
+ - - '>='
108
101
  - !ruby/object:Gem::Version
109
102
  version: '0'
110
103
  required_rubygems_version: !ruby/object:Gem::Requirement
111
- none: false
112
104
  requirements:
113
- - - ! '>='
105
+ - - '>='
114
106
  - !ruby/object:Gem::Version
115
107
  version: '0'
116
108
  requirements: []
117
109
  rubyforge_project:
118
- rubygems_version: 1.8.23
110
+ rubygems_version: 2.0.14
119
111
  signing_key:
120
- specification_version: 3
112
+ specification_version: 4
121
113
  summary: A service skeleton with an emphasis on simplicity
122
114
  test_files:
123
115
  - spec/acceptance/add_numbers_spec.rb