Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Aug 27, 2015
1 parent 11b8a16 commit 3965a76
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ $ awspec generate ec2 vpc-ab123cde >> spec/ec2_spec.rb
- [x] RouteTable (`route_table`)
- [x] EBS Volume (`ebs`)
- [x] ELB (`elb`)
- [x] Lambda (`lambda`)

[Resource Types more infomation here](doc/resource_types.md)

### Next..

- [ ] Lambda
- IAM
- [ ] IAM User
- ...
Expand Down
3 changes: 3 additions & 0 deletions doc/_resource_types/lambda.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### have_event_source

This matcher does not support Amazon S3 event sources. ( [See SDK doc](http://docs.aws.amazon.com/sdkforruby/api/Aws/Lambda/Client.html#list_event_source_mappings-instance_method) )
2 changes: 2 additions & 0 deletions doc/resource_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,6 @@ Lambda resource type.

### have_event_source

This matcher does not support Amazon S3 event sources. ( [See SDK doc](http://docs.aws.amazon.com/sdkforruby/api/Aws/Lambda/Client.html#list_event_source_mappings-instance_method) )

#### its(:function_name), its(:function_arn), its(:runtime), its(:role), its(:handler), its(:code_size), its(:description), its(:timeout), its(:memory_size), its(:last_modified)
2 changes: 1 addition & 1 deletion lib/awspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Awspec
VERSION = '0.6.4'
VERSION = '0.7.0'
end

0 comments on commit 3965a76

Please sign in to comment.