Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1. fix GBEnumConstantData instance execute matchesObject method crash issue. #631

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def default_pods
# Discount '2.1.5a' with configure and make
pod 'Discount', :podspec => 'Specs/Discount.podspec'
pod 'GRMustache', '~> 7.0.2'
pod 'Minizip/minishared', :git => 'https://github.com/nmoinvaz/minizip.git'
pod 'Minizip/minishared', :git => 'https://github.com/nmoinvaz/minizip.git', :commit => 'c6d04f9c642a730a4d5a295b811ec884b4fe3ba2'
pod 'DDMinizip', :podspec => 'Specs/DDMinizip.podspec'
end

Expand Down
11 changes: 6 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- DDMinizip (1.0.0.2017.06.25)
- Discount (2.1.5a)
- GHUnit (0.5.8)
- GHUnit (0.6.0)
- GRMustache (7.0.2):
- JRSwizzle (~> 1.0)
- JRSwizzle (1.0)
Expand All @@ -18,7 +18,7 @@ DEPENDENCIES:
- Discount (from `Specs/Discount.podspec`)
- GHUnit (~> 0.5)
- GRMustache (~> 7.0.2)
- Minizip/minishared (from `https://github.com/nmoinvaz/minizip.git`)
- Minizip/minishared (from `https://github.com/nmoinvaz/minizip.git`, commit `c6d04f9c642a730a4d5a295b811ec884b4fe3ba2`)
- OCMock (~> 3.4)
- ParseKit (from `Specs/ParseKit.podspec`)
- RegexKitLite (from `https://github.com/inquisitiveSoft/RegexKitLite.git`)
Expand All @@ -29,6 +29,7 @@ EXTERNAL SOURCES:
Discount:
:podspec: Specs/Discount.podspec
Minizip:
:commit: c6d04f9c642a730a4d5a295b811ec884b4fe3ba2
:git: https://github.com/nmoinvaz/minizip.git
ParseKit:
:podspec: Specs/ParseKit.podspec
Expand All @@ -49,14 +50,14 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS:
DDMinizip: 83ed28588afe79b164907317610e3862ad494d75
Discount: 2a100efef8ec69e3c59a9ab5a20cdec3d179e93c
GHUnit: 07609b0386af75f20ce520277d1c24fd8cd1598e
GHUnit: 327085549049e5a5f5f317a1e240a0ced5482f44
GRMustache: a724bfb0ac23c8f88a6388df9c7d73bc26e7005c
JRSwizzle: dd5ead5d913a0f29e7f558200165849f006bb1e3
Minizip: b7213b5711d7c8961326f15f6c22fc9947950dd8
OCMock: 35ae71d6a8fcc1b59434d561d1520b9dd4f15765
ParseKit: 92f20b0017e23dd3c418e648169a13b8aa26bc24
RegexKitLite: 185a6b9d126b14e3e1f4df7570a50a3b3e27a036

PODFILE CHECKSUM: 504b2e21b6ab7feca9cc228effa83eacae7055bb
PODFILE CHECKSUM: 5f639104b7222508b4011f84b974bcd6a4e03709

COCOAPODS: 1.3.0.beta.2
COCOAPODS: 1.2.0
2 changes: 1 addition & 1 deletion Pods/GHUnit/Classes-MacOSX/UI/GHTestApp.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions Pods/GHUnit/Classes-MacOSX/UI/GHTestOutlineViewModel.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Pods/GHUnit/Classes/GHAsyncTestCase.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Pods/GHUnit/Classes/GHTest/GHTest.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/GHUnit/Classes/GHTest/GHTestGroup+JUnitXML.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/GHUnit/Classes/GHTest/GHTestGroup.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 13 additions & 10 deletions Pods/GHUnit/Classes/GHTest/GHTestRunner.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Pods/GHUnit/Classes/GHTest/GHTestSuite.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Pods/GHUnit/Classes/GHTest/GHTesting.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions Pods/GHUnit/Classes/GHTest/NSException+GHTestFailureExceptions.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/GHUnit/Classes/GHTestUtils.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Pods/GHUnit/Classes/Mock/GHMockNSURLConnection.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/GHUnit/Classes/SharedUI/GHTestViewModel.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading