swung-weave-buildr 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
- = swung-weave
1
+ swung-weave
2
+ ===========
2
3
 
3
4
  A simple project that processes bytecode transforming methods annotated with the
4
5
  annotation @RunInEDT and @RunOutsideEDT
@@ -14,19 +15,16 @@ A method annotated with @RunInEDT may be transformed into something like
14
15
  // do method code here, guaranteed to be in EDT
15
16
  }
16
17
 
17
- = Installing the IDEA plugin
18
+ Installing the IDEA plugin
19
+ --------------------------
18
20
 
19
21
  The plugin is available in JetBrains repos. To install, simply go to
20
22
  "File > Settings > Plugins > Available" and select the SwungWeave plugin from the list
21
23
  of available plugins and install it.
22
24
 
23
- == How it works
25
+ How it works
26
+ ------------
24
27
 
25
28
  For each module of the project with the SwungWeave facet, the plugin looks for a class named
26
29
  org.realityforge.swung_weave.tool.Main in its classpath. If found, it scans all the classes of the
27
30
  module in its main and test output directories and enhances the annotated methods using it.
28
-
29
- == TODO
30
-
31
- * Consider uploading gem to our local repo and installing via something like;
32
- gem source --add http://www.stocksoftware.com.au/repositories/external
@@ -1,7 +1,7 @@
1
1
  module Buildr
2
2
  module SwungWeave
3
3
  private
4
- VERSION='1.1.1'
4
+ VERSION='1.1.2'
5
5
  GROUP='org.realityforge.swung-weave'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swung-weave-buildr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-20 00:00:00.000000000 Z
12
+ date: 2014-05-26 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! 'Buildr extension to process bytecode using swung-weaver. Swung weaver
15
15
  is
@@ -41,7 +41,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
41
41
  version: '0'
42
42
  segments:
43
43
  - 0
44
- hash: 989871875028845229
44
+ hash: 2832932906057388400
45
45
  required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  none: false
47
47
  requirements:
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  version: '0'
51
51
  segments:
52
52
  - 0
53
- hash: 989871875028845229
53
+ hash: 2832932906057388400
54
54
  requirements: []
55
55
  rubyforge_project:
56
56
  rubygems_version: 1.8.23