subclass_lldb 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rubygems_plugin.rb +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f5787cc00945c9ef73e0aebd615fe9b4e5b823b4e7ee0c9eef92b37b6dd815d
4
- data.tar.gz: 73e4e28f2beb0119421e655afac6d510d025bf20e9d8bfda8a5c64b9e023b7a2
3
+ metadata.gz: c6c7a629c51a2fd748ae046602e8fe69c9a6eb51c3c280b9571e64b9f4ff4608
4
+ data.tar.gz: 944f0028d854bcf7931a0e29e8629fa54a1f29f0da57646c15c62c15deff538b
5
5
  SHA512:
6
- metadata.gz: c50f7b3bc0b6540ac9604b53c21d4f4576e1e19c91d26fe78361a48cfd5037fc64e3ccd404fc2a4af85c765e6b359e8ae4c580aee64a8f2ac0b8e8434b81bc98
7
- data.tar.gz: 1ff6f8f77285027e6940f48b29f6c95db4ede5f87c699b56286e98ea4592b2d8b3a1f7fe1239b589f315f869cd1afbe996ec766e9084c382db4762bb5cf2d80b
6
+ metadata.gz: 3aea680606ab18946dbc7dd05d5f046b7775d0df301c4662d5970c4a060f272eab637cebd3ce0dfe893e12a3f085300799f9717d8a885e8812a797a201b05de5
7
+ data.tar.gz: d25434a1f56334c64103737c8eb00f111752f77f8df77ff493db79c4b3437acb87c8711c730890684766683185c3147b9ad2f7c04bf5e6d3d4258d63e3c09e00
@@ -3,8 +3,8 @@ require 'pathname'
3
3
 
4
4
  Lldb_init_path = File.expand_path('~')+'/.lldbinit'
5
5
  Lldb_init_path_temp = File.expand_path('~')+'/.lldbinit_temp'
6
- Lldb_source_path = File.expand_path('~')+'/.isource_lldb'
7
- Lldb_file_path = File.expand_path('~')+'/.isource_lldb/isource_lldb.py'
6
+ Lldb_source_path = File.expand_path('~')+'/.subclass_lldb'
7
+ Lldb_file_path = File.expand_path('~')+'/.subclass_lldb/subclass_lldb.py'
8
8
  Commond_str = 'command script import '+Lldb_file_path
9
9
 
10
10
  Gem.post_install do
@@ -41,7 +41,7 @@ Gem.post_install do
41
41
  File.rename scriptPath+'/setup', Lldb_file_path
42
42
  File.chmod(0775,Lldb_file_path)
43
43
 
44
- puts "Please use the isource command in your Xcode LLDB."
44
+ puts "Please use the subclass command in your Xcode LLDB."
45
45
  end
46
46
 
47
47
  def remove_dir(path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subclass_lldb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ningyuan