earlgrey 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d7557e70415ea529dc8798d99d1e95cdd2c293e
4
- data.tar.gz: b136a903e5e8240a135e9f1bdf00e42f21707061
3
+ metadata.gz: 2d955002733c9d4df4ce57b6254331fc70e30a4c
4
+ data.tar.gz: 32798a192534763c1c002a357aa1196023adb4d1
5
5
  SHA512:
6
- metadata.gz: c8011f8f8e222be5bff18a0494debadb8271f63234c25eadd5a44e106b94bc7cd251a04e921a3c98585e733ff0dad1715a846c36a9e62f2d5900a5808011b933
7
- data.tar.gz: a9851beaefc20fb8db5721c41efbc8826c578c2c945a40a58963a04767917605a76492d6a0f246e35a59234e5f69429ab0ca1f7fd851ce1e203cffa47d31b351
6
+ metadata.gz: 01d287d05b1ea8829ea4c1168ca97bd1139e9caa9f66392327a49435a156ece7ad1b7a0aacd2effb2e32cd2c4fa8499bbc27c64ae43b2fc7cab3426fccfd2c69
7
+ data.tar.gz: 5595d536f1de746d356778fcc839b6fe61d5d3221e811f38706bd70d29ef0e19156fd6a3d344dc3f39aeedd6ba8cd5c96015a53f649af5506f912cb664a4a4fe
@@ -1,16 +1,16 @@
1
- #
2
- # Copyright 2016 Google Inc.
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
1
+ //
2
+ // Copyright 2016 Google Inc.
3
+ //
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ //
8
+ // http://www.apache.org/licenses/LICENSE-2.0
9
+ //
10
+ // Unless required by applicable law or agreed to in writing, software
11
+ // distributed under the License is distributed on an "AS IS" BASIS,
12
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ // See the License for the specific language governing permissions and
14
+ // limitations under the License.
15
15
 
16
16
  #import <EarlGrey/EarlGrey.h>
@@ -14,5 +14,5 @@
14
14
  # limitations under the License.
15
15
 
16
16
  module EarlGrey
17
- VERSION = '0.0.5'.freeze unless defined? ::EarlGrey::VERSION
17
+ VERSION = '0.0.6'.freeze unless defined? ::EarlGrey::VERSION
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: earlgrey
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - khandpur
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-05-21 00:00:00.000000000 Z
13
+ date: 2016-05-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: colored