react_native_util 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e7d1096b94b1dae16b1386dc77cad0668e30f37d68c15a46a8f032a2fe71e7a1
|
4
|
+
data.tar.gz: '0698e08bc5e62d690c23ef7c68639a70ad85459f30537c4115f70f2a28d6de5c'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 109dd9adf2ea0329d85b5b07ae499cfe9322f415e016f821b2f193b571aa5607da4dc6c01e5d11526878f543651a8b291eb6ed9833a9dbf94c3dd400df774b8d
|
7
|
+
data.tar.gz: afe598261cf29c736c11dc72da93064fcc356e42827b4aef7b4f1ec4410b10dd2fe0fe52b9bf2a4f226420b709ad1749486f5c94a7e839c0999c3e3d613071ef
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# Conversion tools for React Native projects
|
2
2
|
module ReactNativeUtil
|
3
3
|
NAME = 'react_native_util'
|
4
|
-
VERSION = '0.1.
|
4
|
+
VERSION = '0.1.1'
|
5
5
|
SUMMARY = 'Community utility CLI for React Native projects'
|
6
6
|
DESCRIPTION = 'Automatically modifies a project created with react-native ' \
|
7
7
|
'init to use the React pod from node_modules.'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: react_native_util
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jimmy Dee
|
@@ -211,6 +211,7 @@ files:
|
|
211
211
|
- lib/react_native_util/cli.rb
|
212
212
|
- lib/react_native_util/converter.rb
|
213
213
|
- lib/react_native_util/core_ext/io.rb
|
214
|
+
- lib/react_native_util/core_ext/regexp.rb
|
214
215
|
- lib/react_native_util/core_ext/string.rb
|
215
216
|
- lib/react_native_util/exceptions.rb
|
216
217
|
- lib/react_native_util/metadata.rb
|