rb-fsevent 0.9.0.pre1 → 0.9.0.pre2

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.
@@ -7,6 +7,7 @@
7
7
  #endif
8
8
 
9
9
  #include <CoreServices/CoreServices.h>
10
+ #include <unistd.h>
10
11
  #include "compat.h"
11
12
  #include "TSICTString.h"
12
13
 
@@ -92,7 +92,7 @@ static void append_path2(const char* path)
92
92
  char fullPath[PATH_MAX + 1];
93
93
 
94
94
  fprintf(stderr, "\n");
95
- fprintf(stderr, "append_path_ called for: %s\n", path);
95
+ fprintf(stderr, "append_path2 called for: %s\n", path);
96
96
  #endif
97
97
 
98
98
  OSStatus err = noErr;
@@ -2,7 +2,7 @@
2
2
 
3
3
  // - deployment -
4
4
  INSTALL_MODE_FLAG = u+w,go-w,a+rX
5
- MACOSX_DEPLOYMENT_TARGET =
5
+ MACOSX_DEPLOYMENT_TARGET = 10.5
6
6
  DSTROOT = ../../
7
7
  INSTALL_PATH = /bin
8
8
  SKIP_INSTALL = NO
@@ -12,8 +12,9 @@ SYMROOT = build
12
12
  OBJROOT = $(SYMROOT)
13
13
 
14
14
  // - architectures -
15
- ARCHS = $(NATIVE_ARCH_ACTUAL)
16
- SDKROOT =
15
+ ARCHS = $(ARCHS_STANDARD_32_64_BIT)
16
+ SDKROOT = macosx
17
17
 
18
18
  // - build options -
19
19
  GCC_VERSION = com.apple.compilers.llvm.clang.1_0
20
+
@@ -1,3 +1,3 @@
1
1
  class FSEvent
2
- VERSION = "0.9.0.pre1"
2
+ VERSION = "0.9.0.pre2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rb-fsevent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0.pre1
4
+ version: 0.9.0.pre2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ date: 2011-09-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
17
- requirement: &70275072823900 !ruby/object:Gem::Requirement
17
+ requirement: &70233792539380 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ~>
@@ -22,10 +22,10 @@ dependencies:
22
22
  version: 1.0.10
23
23
  type: :development
24
24
  prerelease: false
25
- version_requirements: *70275072823900
25
+ version_requirements: *70233792539380
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: rspec
28
- requirement: &70275068753800 !ruby/object:Gem::Requirement
28
+ requirement: &70233792553360 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ~>
@@ -33,10 +33,10 @@ dependencies:
33
33
  version: 2.5.0
34
34
  type: :development
35
35
  prerelease: false
36
- version_requirements: *70275068753800
36
+ version_requirements: *70233792553360
37
37
  - !ruby/object:Gem::Dependency
38
38
  name: guard-rspec
39
- requirement: &70275064571020 !ruby/object:Gem::Requirement
39
+ requirement: &70233792551980 !ruby/object:Gem::Requirement
40
40
  none: false
41
41
  requirements:
42
42
  - - ~>
@@ -44,7 +44,7 @@ dependencies:
44
44
  version: 0.1.9
45
45
  type: :development
46
46
  prerelease: false
47
- version_requirements: *70275064571020
47
+ version_requirements: *70233792551980
48
48
  description: FSEvents API with Signals catching (without RubyCocoa)
49
49
  email:
50
50
  - thibaud@thibaud.me