react-native-logcat 0.2.1 → 0.2.2

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: 0737ce239e4b87c83ecb63a0144fa3c954ad9b39
4
- data.tar.gz: 35c59da9a4a741e3e0b0d2fb856d7998eb5f6bc0
3
+ metadata.gz: 211936a66123985d06959fb060c7ac90002e7dce
4
+ data.tar.gz: be47fd864caa644f72c8652832c7dcddb52b1d16
5
5
  SHA512:
6
- metadata.gz: 866dc0fd108d612ca95eabd0f5e358a7ba308fc99e8d224f33a9542077f40fbacba2f80e2c7e889473579a852b5f14291381986529afae92a66fa6d8bdd0faa2
7
- data.tar.gz: 0a44a37bc6fd263ef3548095befb8ea909ddfeaa1be3ac478b26506b23c426020da7a4cabb61d45db881bdc2aa1cb2a6d83b25ab2cb237b829f30c6b4616cb70
6
+ metadata.gz: e022e33e932e40c951300c3e871d83274f5aa456a273ff47084623f6c46775fcd727fd4c014c0e7aeb8ddd5749aae405373d48fc98a97e70c194a571bdf774c3
7
+ data.tar.gz: 36fab58e49be66b9ba6efbb195be00f97370b218f079de55b9c934af005aa21044f53d5e020efe88e182f7d0994c23d37bae730dca25292811a9289ef2e93717
data/README.md CHANGED
@@ -6,15 +6,22 @@
6
6
  <img src="https://raw.githubusercontent.com/cesarferreira/react-native-logcat/master/extras/screenshot.png" width="100%" />
7
7
  </p>
8
8
 
9
+ ## Usage
10
+
11
+ > react-native-logcat
12
+
9
13
  ## Installation
10
14
 
11
15
  $ gem install react-native-logcat
12
16
 
13
- ## Usage
17
+ **Requirements `(if you haven't already)`:**
14
18
 
15
- > react-native-logcat
19
+ > Android SDK in your $PATH [(how-to)](http://stackoverflow.com/questions/19986214/setting-android-home-enviromental-variable-on-mac-os-x)
16
20
 
17
21
  ## Contributing
18
22
 
19
- Bug reports and pull requests are welcome on GitHub at https://github.com/cesarferreira/react-native-logcat.
20
-
23
+ 1. Fork it ( https://github.com/cesarferreira/react-native-logcat/fork )
24
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
25
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
26
+ 4. Push to the branch (`git push origin my-new-feature`)
27
+ 5. Create a new Pull Request
@@ -1,3 +1,3 @@
1
1
  module ReactNativeLogCat
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: react-native-logcat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - cesar ferreira